| Nom du symbole | Hangul Syllable Koegg |
| Version Unicode | 2.0 |
| Unicode | U+CFAA |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \CFAA |
| Code hexadécimal | 0xCFAA |
| Code HTML | 쾪 |
| LaTeX | \hangul{CFAA} |
| Symbole | 쾪 |
| Encodage URL (pourcent UTF-8) | %EC%BE%AA |
| Nom oral / lecteur d’écran | Hangul Syllable Koegg |
| UTF-8 | EC BE AA |
| UTF-16 | CFAA |
| UTF-32 | 0000CFAA |
1\documentclass{article}2\usepackage{pifont}3\hangul{CFAA}4\end{document}Vous pouvez saisir le symbole hangul syllable koegg sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 53162 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable koegg", or use Unicode Hex Input with CFAA.
Ctrl + Shift + U, type cfaa, 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-koegg::before { content: "\CFAA"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쾪</span>La représentation du symbole Hangul Syllable Koegg dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uCFAA' or String.fromCodePoint(53162) |
| Python | '\N{HANGUL SYLLABLE KOEGG}' or chr(53162) |
| Rust | '\u{CFAA}' |
| C / C++ | UTF-8 source or wchar_t with U+CFAA |
| Go | string(rune(0xCFAA)) |
| Ruby | "\u{CFAA}" |