Asterisk Symbol
Copy the asterisk symbol (*) and find its Unicode codepoint, HTML entity, and Alt code.
Asterisk Symbol
Click the symbol to copy it
Formats
Character
*
Unicode
U+002A
HTML entity
*
HTML decimal
*
CSS escape
\002A
URL encoded
%2A
Click any row to copy that exact string.
Common Uses
| Field | Example | Meaning |
|---|---|---|
| Footnotes | Marks a footnote reference when a plain number is not wanted. | |
| Wildcards | Matches any filename ending in .txt in a shell glob pattern. | |
| Multiplication | Multiplication operator in most programming languages. | |
| Censorship | Masks characters in a partially hidden word or password. | |
| Regex | Quantifier meaning zero or more of the preceding character. | |
| Markdown | Wraps text to render it bold or italic. |
Mask a word
Enter a word and keep the first and last letter visible; everything between them becomes asterisks.
p******d
Keyboard input methods
| Platform | Shortcut |
|---|---|
| US / UK / most QWERTY layouts | Shift+8, or press the * key on a numeric keypad without Shift. |
| Windows (Alt code) | Hold Alt and type 42 on the numeric keypad (Alt+42). |
| Windows (Word/Office) | Type 002A, then press Alt+X to convert the code into the symbol. |
| macOS | Shift+8 on a US layout, same as Windows. |
| Linux (IBus) | Press Ctrl+Shift+U, type 2a, then press Enter or Space. |
Copied!
Summary
Copy the asterisk symbol (*) and find its Unicode codepoint, HTML entity, and Alt code.
How it works
- Click the large asterisk symbol to copy the plain character to your clipboard.
- Or click any row in the Formats list to copy that exact encoded form: Unicode, HTML entity, or URL encoding.
- Switch to the Fullwidth tab to copy the wide CJK-width variant instead.
- Check the keyboard shortcut table for your OS or input method.
- Use the "Mask a word" box to censor part of a word and copy the result.
Use cases
- Mark a footnote reference in a document, such as "see note*" with a note below.
- Match any file in a directory with a wildcard, such as *.jpg for every JPEG.
- Multiply two numbers in code, such as 5 * 3 in most programming languages.
- Mask part of sensitive text, such as a partially censored password or card number.
- Add emphasis in Markdown, such as *italic* or **bold**.
- Match zero or more of a character in a regular expression, such as a*.
- Dereference a pointer in C, such as *ptr to read the value it points to.
- Flag a required field on a web form, such as "Name*".
Frequently Asked Questions
Last updated: 2026-07-22 ·
Reviewed by Nham Vu