| Symbolname | Apl Functional Symbol Quote Underbar |
| Unicode-Version | 1.1 |
| Unicode | U+2358 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| UTF-8 | E2 8D 98 |
| UTF-16 | 2358 |
| UTF-32 | 00002358 |
1\documentclass{article}2\usepackage{pifont}3\text{APLFUNCTIONALSYMBOLQUOTEUNDERBAR}4\end{document}Sie können das Symbol apl functional symbol quote underbar auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9048 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "apl functional symbol quote underbar", or use Unicode Hex Input with 2358.
Ctrl + Shift + U, type 2358, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with legacy computing symbol support.
1span.apl-functional-symbol-quote-underbar::before { content: "\2358"; }1<span>⍘</span>Die Darstellung des Symbols Apl Functional Symbol Quote Underbar in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2358' or String.fromCodePoint(9048) |
| Python | '\N{APL FUNCTIONAL SYMBOL QUOTE UNDERBAR}' or chr(9048) |
| Rust | '\u{2358}' |
| C / C++ | UTF-8 source or wchar_t with U+2358 |
| Go | string(rune(0x2358)) |
| Ruby | "\u{2358}" |
| CSS-Code |
\2358 |
| Hexadezimalcode | 0x2358 |
| HTML-Code | ⍘ |
| LaTeX | \text{APLFUNCTIONALSYMBOLQUOTEUNDERBAR} |
| Symbol | ⍘ |
| URL-Kodierung (UTF-8-Prozent) | %E2%8D%98 |
| Ansagename (Screenreader) | Apl Functional Symbol Quote Underbar |