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