| Symbol Name | Hangul Syllable Gguid |
| Unicode Version | 2.0 |
| Unicode | U+B067 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \B067 |
| Hex Code | 0xB067 |
| HTML Code | 끧 |
| LaTeX | \hangul{B067} |
| Symbol | 끧 |
| URL encode (UTF-8 percent) | %EB%81%A7 |
| Spoken / screen reader name | Hangul Syllable Gguid |
| UTF-8 | EB 81 A7 |
| UTF-16 | B067 |
| UTF-32 | 0000B067 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B067}4\end{document}You can type the hangul syllable gguid symbol on most modern devices with the help of following methods:
Alt + 45159 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gguid", or use Unicode Hex Input with B067.
Ctrl + Shift + U, type b067, 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-gguid::before { content: "\B067"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>끧</span>Hangul Syllable Gguid symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uB067' or String.fromCodePoint(45159) |
| Python | '\N{HANGUL SYLLABLE GGUID}' or chr(45159) |
| Rust | '\u{B067}' |
| C / C++ | UTF-8 source or wchar_t with U+B067 |
| Go | string(rune(0xB067)) |
| Ruby | "\u{B067}" |