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