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