| Nome del simbolo | Hangul Syllable Kaeng |
| Versione Unicode | 2.0 |
| Unicode | U+CEAB |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CEAB |
| Codice esadecimale | 0xCEAB |
| Codice HTML | 캫 |
| LaTeX | \hangul{CEAB} |
| Simbolo | 캫 |
| Codifica URL (percentuale UTF-8) | %EC%BA%AB |
| Nome parlato / screen reader | Hangul Syllable Kaeng |
| UTF-8 | EC BA AB |
| UTF-16 | CEAB |
| UTF-32 | 0000CEAB |
1\documentclass{article}2\usepackage{pifont}3\hangul{CEAB}4\end{document}Puoi digitare il simbolo hangul syllable kaeng sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 52907 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kaeng", or use Unicode Hex Input with CEAB.
Ctrl + Shift + U, type ceab, 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-kaeng::before { content: "\CEAB"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>캫</span>La rappresentazione del simbolo Hangul Syllable Kaeng nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uCEAB' or String.fromCodePoint(52907) |
| Python | '\N{HANGUL SYLLABLE KAENG}' or chr(52907) |
| Rust | '\u{CEAB}' |
| C / C++ | UTF-8 source or wchar_t with U+CEAB |
| Go | string(rune(0xCEAB)) |
| Ruby | "\u{CEAB}" |