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