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