Bullet Symbol •
•
Copy to Clipboard
Bullet Symbol Information
Symbol Name | Bullet |
Unicode Version | 1.1 (June 1993) |
Unicode | U+2022 |
CSS Code | \2022 |
HTML Entity | • |
Bullet Symbol Encoding
UTF-8 | 0xE2 0x80 0xA2 |
UTF-16 | 0x2022 |
UTF-32 | 0x00002022 |
Table of contents
- Bullet PNG and SVG files
- How to type bullet in latex
- How to type bullet on Microsoft Word
- How to type bullet on Microsoft Windows
- How to type bullet on Mac OS
- How to type bullet on Linux
- How to type bullet on IOS and Android
- How to use bullet in CSS
- How to use bullet in HTML
- Bullet representation in programming languages
Bullet symbol's PNG and SVG files
How to type bullet symbol in latex
Copy
\documentclass{article}
\begin{document}
\textbullet
\end{document}
How to add bullet symbol via keyboard on different Operating systems
You can type the bullet on most modern devices with the help of following methods:
How to type bullet symbol on Microsoft Word
You can type the bullet on microsoft Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 2 0 2 2
- Without moving the cursor press keys Alt + x together
- The original 2 0 2 2 is now transformed into •
How to type bullet symbol on Microsoft Windows
You can type the bullet on Microsoft windows using following steps:
- Hold Alt and press to type bullet on your windows machine.
How to type bullet symbol on Mac OS
You can type the bullet 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 “Bullet” 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 bullet symbol on Linux
You can type the bullet 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 2 0 2 2 consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type bullet symbol on IOS and Android
The easiest way to type the bullet on ios and android is to copy and paste it wherever you need it.
How to use bullet in CSS
Copy
// css example
span {
content: "\2022";
}
How to type bullet in HTML
Copy
// html example
<span>•</span>
Bullet symbol representation in programming languages
bullet's representation in different programming languages can be found in table below:
Language | Representation |
Rust | \u{2022} |
Ruby | \u{2022} |
Python | \u2022 |
PHP | \u{2022} |
Perl | "\x{2022}" |
Java | \u2022 |
Modern JavaScript - Since ES6 | \u{2022} |
JavaScript | \u2022 |
Go | \u2022 |
C# | \u2022 |
C and C++ | \u2022 |
Bash and Zsh - inside echo -e | \u2022 |
RFC 5137 | \u'2022' |
Related Symbols
˙
Dot Above
,
Fullwidth Comma
:
Fullwidth Colon
*
Fullwidth Asterisk
~
Fullwidth Tilde
;
Fullwidth Semicolon
ˇ
Caron
˘
Breve
&
Fullwidth Ampersand
‒
Figure Dash
–
En Dash
″
Double Prime
〞
Double Prime Quotation Mark
„
Double Low-9 Quotation Mark
‗
Double Low Line
˝
Double Acute Accent
—
Em Dash
‟
Double High-Reversed-9 Quotation Mark
!
Fullwidth Exclamation Mark
˙
Dot Above
,
Fullwidth Comma
:
Fullwidth Colon
*
Fullwidth Asterisk
~
Fullwidth Tilde
;
Fullwidth Semicolon
ˇ
Caron
˘
Breve
&
Fullwidth Ampersand
‒
Figure Dash
–
En Dash
″
Double Prime
〞
Double Prime Quotation Mark
„
Double Low-9 Quotation Mark
‗
Double Low Line
˝
Double Acute Accent
—
Em Dash
‟
Double High-Reversed-9 Quotation Mark
!
Fullwidth Exclamation Mark