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