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