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