| 記号名 | Red Exclamation Mark |
| Unicodeバージョン | 0.6 |
| Unicode | U+2757 |
| Unicodeブロック | |
| 一般カテゴリ | Emoji (So) |
| CSSコード | \2757 |
| 16進コード | 0x2757 |
| HTMLコード | ❗ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| 記号 | ❗ |
| URLエンコード(UTF-8パーセント) | %E2%9D%97 |
| Discord / Slack ショートコード | :exclamation: |
| GitHub ショートコード | :exclamation: |
| 読み上げ名 / スクリーンリーダー | Red Exclamation Mark |
| UTF-8 | E2 9D 97 |
| UTF-16 | 2757 |
| UTF-32 | 00002757 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}以下の方法でほとんどの最新デバイスでred exclamation mark記号を入力できます:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "red exclamation mark".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "red exclamation mark".
Emoji keyboard → Symbols; search "red exclamation mark".
1span.red-exclamation-mark::before { content: "\2757"; } /* prefer inline grapheme for ZWJ */1<span>❗</span>各プログラミング言語におけるRed Exclamation Mark記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u2757' or String.fromCodePoint(10071) |
| Python | '\N{RED EXCLAMATION MARK}' |
| Rust | '\u{2757}' |
| Swift | "\u{2757}" |
| Go | string(rune(0x2757)) |
| Ruby | "\u{2757}" |