Here is the alt code shortcuts for Bitcoin symbol to type in Windows and Mac computers.
Symbol Name | Bitcoin Symbol |
---|---|
Windows Shortcut | Alt + 8383 |
Word Shortcut | 20BF + Alt + X |
Mac Shortcut | Option + 20BF |
HTML Decimal Entity | ₿ |
HTML Hexadecimal Entity | ₿ |
CSS Code | \20BF; |
Decimal Code | 8383 |
Hexadecimal Code | 20BF |
Unicode Point | U+20BF |

How to Type Bitcoin Symbol?
1. Bitcoin Symbol Shortcuts for Windows
Press alt key and 8383 in Windows to type Bitcoin sign ₿.
2. Type Bitcoin Symbol in Mac
Press option key with 20BF keys in Mac to type Bitcoin sign ₿.
3. Insert Bitcoin Symbol in HTML
Use decimal &# 8383 ;
or hex code &#x 20BF ;
in HTML.
4. Insert Bitcoin Symbol in CSS
Use content:\20BF;
in any of the CSS style.
Bitcoin Sign in HTML
<span>₿</span>
<span>₿</span>
Bitcoin Sign in CSS
li:before {
content:\20BF;
font-family:Arial;
}
Bitcoin Sign Browser Display
₿