| Symbol Name | Horse |
| Unicode Version | 0.6 |
| Unicode | U+1F40E |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F40E |
| Hex Code | 0x1F40E |
| HTML Code | 🐎 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🐎 |
| URL encode (UTF-8 percent) | %F0%9F%90%8E |
| Spoken / screen reader name | Horse |
| UTF-8 | F0 9F 90 8E |
| UTF-16 | D83D DC0E |
| UTF-32 | 0001F40E |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the horse symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Animals & Nature in emoji keyboard.
Edit → Emoji & Symbols, search "horse".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "horse".
Emoji keyboard → Animals; search "horse".
1span.horse::before { content: "\1F40E"; } /* prefer inline grapheme for ZWJ */1<span>🐎</span>Horse symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDC0E' or String.fromCodePoint(0x1F40E) |
| Python | '\N{HORSE}' |
| Rust | '\u{1F40E}' |
| Swift | "\u{1F40E}" |
| Go | string(rune(0x1F40E)) |
| Ruby | "\u{1F40E}" |