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