| Symbolname | Hangul Syllable Ggweog |
| Unicode-Version | 2.0 |
| Unicode | U+AFD5 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \AFD5 |
| Hexadezimalcode | 0xAFD5 |
| HTML-Code | 꿕 |
| LaTeX | \hangul{AFD5} |
| Symbol | 꿕 |
| URL-Kodierung (UTF-8-Prozent) | %EA%BF%95 |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable ggweog auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Ggweog in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |