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