| Symbolname | Heavy Concave-pointed Black Rightwards Arrow |
| Unicode-Version | 1.1 |
| Unicode | U+27A8 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| UTF-8 | E2 9E A8 |
| UTF-16 | 27A8 |
| UTF-32 | 000027A8 |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYCONCAVE-POINTEDBLACKRIGHTWARDSARROW}4\end{document}Sie können das Symbol heavy concave-pointed black rightwards arrow auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 10152 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy concave-pointed black rightwards arrow", or use Unicode Hex Input with 27A8.
Ctrl + Shift + U, type 27a8, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with arrow symbol support.
1span.heavy-concave-pointed-black-rightwards-arrow::before { content: "\27A8"; }1<span>➨</span>Die Darstellung des Symbols Heavy Concave-pointed Black Rightwards Arrow in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u27A8' or String.fromCodePoint(10152) |
| Python | '\N{HEAVY CONCAVE-POINTED BLACK RIGHTWARDS ARROW}' or chr(10152) |
| Rust | '\u{27A8}' |
| C / C++ | UTF-8 source or wchar_t with U+27A8 |
| Go | string(rune(0x27A8)) |
| Ruby | "\u{27A8}" |
| CSS-Code |
\27A8 |
| Hexadezimalcode | 0x27A8 |
| HTML-Code | ➨ |
| LaTeX | \text{HEAVYCONCAVE-POINTEDBLACKRIGHTWARDSARROW} |
| Symbol | ➨ |
| URL-Kodierung (UTF-8-Prozent) | %E2%9E%A8 |
| Ansagename (Screenreader) | Heavy Concave-pointed Black Rightwards Arrow |