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