| Symbolname | Horse Hanzi |
| Unicode-Version | 1.1 |
| Unicode | U+99AC |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \99AC |
| Hexadezimalcode | 0x99AC |
| HTML-Code | 馬 |
| LaTeX | \CJKchar{99AC} |
| Symbol | 馬 |
| URL-Kodierung (UTF-8-Prozent) | %E9%A6%AC |
| Ansagename (Screenreader) | Horse Hanzi |
| UTF-8 | E9 A6 AC |
| UTF-16 | 99AC |
| UTF-32 | 000099AC |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{99AC}4\end{document}Sie können das Symbol horse hanzi auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 39340 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "horse hanzi", or use Unicode Hex Input with 99AC.
Ctrl + Shift + U, type 99ac, then Enter (layout-dependent), or use an IBus CJK table.
Paste from this page, use text replacement, or pick from a Japanese/Chinese keyboard.
Paste from this page or use a keyboard with CJK ideograph support.
1span.cjk-horse::before { content: "\\99AC"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>馬</span>Die Darstellung des Symbols Horse Hanzi in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u99AC' or String.fromCodePoint(39340) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-99AC}' or chr(39340) |
| Rust | '\u{99AC}' |
| C / C++ | UTF-8 source or wchar_t with U+99AC |
| Go | string(rune(0x99AC)) |
| Ruby | "\u{99AC}" |