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