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