Search
Search for a symbol or emoji...
⁎
⁎
Low Asterisk Symbol ⁎
Low Asterisk Symbol Information
| Symbol Name | Low Asterisk |
| Unicode Version | 3.2 (March 2002) |
| Unicode | U+204E |
| CSS Code | \204E |
| Hex Code | ⁎ |
| HTML Code | ⁎ |
| Latex | \textasteriskcentered |
| Alt Code | 8270 |
| Symbol | ⁎ |
Low Asterisk Symbol Encoding
| UTF-8 | 0xE2 0x81 0x8E |
| UTF-16 | 0x204E |
| UTF-32 | 0x0000204E |
Low Asterisk Symbol in Latex
Low Asterisk
1\documentclass{article}
2\textasteriskcentered
3\end{document}How to add low asterisk symbol via keyboard on different Operating systems
You can type the low asterisk symbol on most modern devices with the help of following methods:
How to type low asterisk symbol on Microsoft Word
You can type the low asterisk in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 204E
- Without moving the cursor press keys Alt + x together
- The original 204E is now transformed into ⁎
How to type low asterisk symbol on Microsoft Windows
You can type the low asterisk on Microsoft windows using following steps:
- Hold Alt and press 8270 to type low asterisk on your windows machine.
How to type low asterisk symbol on Mac OS
You can type the low asterisk on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type "Low Asterisk" in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text


How to type low asterisk symbol on Linux
You can type the low asterisk on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 204E consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type low asterisk symbol on IOS and Android
The easiest way to type the low asterisk symbol on ios and android is to copy and paste it wherever you need it.
How to use low asterisk in CSS
//CSS Example
1span {
2 content: \204E;
3 }How to use low asterisk in HTML
//HTML Example
1<span>⁎</span>Low Asterisk symbol representation in programming languages
Low Asterisksymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{204E} |
| Ruby | \u{204E} |
| Python | \u204E |
| PHP | \u{204E} |
| Perl | \x{204E} |
| Java | \u204E |
| Modern JavaScript - Since ES6 | \u{204E} |
| JavaScript | \u204E |
| Go | \u204E |
| C# | \u204E |
| C and C++ | \u204E |
| Bash and Zsh - inside echo -e | \u204E |
| RFC 5137 | \u'204E' |
