> For the complete documentation index, see [llms.txt](https://hh-specs.handhistory.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hh-specs.handhistory.org/string-formats/card.md).

# card\_string

#### card

The definition of a card.

**Type:** string

**Format:** Rank followed by suit.

**Rank Options:**

* "A": Ace
* "K": King
* "Q": Queen
* "J": Jack
* "T": Ten
* "9": Nine
* "8": Eight
* ...
* "2": Two

**Suit Options:**

* "h": Hearts
* "s": Spades
* "d": Diamonds
* "c": Clubs

**Example:**

Ace of spades

```javascript
"As"
```
