| Symboolnaam | Hangul Syllable Ggweolp |
| Unicode-versie | 2.0 |
| Unicode | U+AFE2 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \AFE2 |
| Hexadecimale code | 0xAFE2 |
| HTML-code | 꿢 |
| LaTeX | \hangul{AFE2} |
| Symbool | 꿢 |
| URL-codering (UTF-8 procent) | %EA%BF%A2 |
| Uitgesproken naam / schermlezer | Hangul Syllable Ggweolp |
| UTF-8 | EA BF A2 |
| UTF-16 | AFE2 |
| UTF-32 | 0000AFE2 |
1\documentclass{article}2\usepackage{pifont}3\hangul{AFE2}4\end{document}Je kunt het hangul syllable ggweolp-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 45026 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggweolp", or use Unicode Hex Input with AFE2.
Ctrl + Shift + U, type afe2, 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-ggweolp::before { content: "\AFE2"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>꿢</span>De weergave van het Hangul Syllable Ggweolp-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uAFE2' or String.fromCodePoint(45026) |
| Python | '\N{HANGUL SYLLABLE GGWEOLP}' or chr(45026) |
| Rust | '\u{AFE2}' |
| C / C++ | UTF-8 source or wchar_t with U+AFE2 |
| Go | string(rune(0xAFE2)) |
| Ruby | "\u{AFE2}" |