| Symboolnaam | Hangul Syllable Kaemt |
| Unicode-versie | 2.0 |
| Unicode | U+CEA3 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CEA3 |
| Hexadecimale code | 0xCEA3 |
| HTML-code | 캣 |
| LaTeX | \hangul{CEA3} |
| Symbool | 캣 |
| URL-codering (UTF-8 procent) | %EC%BA%A3 |
| Uitgesproken naam / schermlezer | Hangul Syllable Kaemt |
| UTF-8 | EC BA A3 |
| UTF-16 | CEA3 |
| UTF-32 | 0000CEA3 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CEA3}4\end{document}Je kunt het hangul syllable kaemt-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 52899 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kaemt", or use Unicode Hex Input with CEA3.
Ctrl + Shift + U, type cea3, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-kaemt::before { content: "\CEA3"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>캣</span>De weergave van het Hangul Syllable Kaemt-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uCEA3' or String.fromCodePoint(52899) |
| Python | '\N{HANGUL SYLLABLE KAEMT}' or chr(52899) |
| Rust | '\u{CEA3}' |
| C / C++ | UTF-8 source or wchar_t with U+CEA3 |
| Go | string(rune(0xCEA3)) |
| Ruby | "\u{CEA3}" |