| 記号名 | Hangul Syllable Ddoegg |
| Unicodeバージョン | 2.0 |
| Unicode | U+B666 |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \B666 |
| 16進コード | 0xB666 |
| HTMLコード | 뙦 |
| LaTeX | \hangul{B666} |
| 記号 | 뙦 |
| URLエンコード(UTF-8パーセント) | %EB%99%A6 |
| 読み上げ名 / スクリーンリーダー | Hangul Syllable Ddoegg |
| UTF-8 | EB 99 A6 |
| UTF-16 | B666 |
| UTF-32 | 0000B666 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B666}4\end{document}以下の方法でほとんどの最新デバイスでhangul syllable ddoegg記号を入力できます:
Alt + 46694 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ddoegg", or use Unicode Hex Input with B666.
Ctrl + Shift + U, type b666, 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-ddoegg::before { content: "\B666"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뙦</span>各プログラミング言語におけるHangul Syllable Ddoegg記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uB666' or String.fromCodePoint(46694) |
| Python | '\N{HANGUL SYLLABLE DDOEGG}' or chr(46694) |
| Rust | '\u{B666}' |
| C / C++ | UTF-8 source or wchar_t with U+B666 |
| Go | string(rune(0xB666)) |
| Ruby | "\u{B666}" |