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