Radio Button

๐Ÿ”˜

Shortcodes

Copy and paste codes for Radio Button symbol ๐Ÿ”˜ to use in your websites, apps, blogs, and more.

Unicode
U+1F518
HTML Code
🔘
HEX Code
🔘
CSS Code
\1F518
JS/JSON
\u1F518
Unix/C/PHP/JAVA
0x1F518
URL-encode
%F0%9F%94%98
copied

Customize Radio Button Symbol

Customize ๐Ÿ”˜ symbol as you like and download Radio Button as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐Ÿ”˜
 

How to add Radio Button symbol in HTML, CSS, and JS?

Insert ๐Ÿ”˜ Radio Button using HTML

1. Copy-paste Radio Button directly:
<span>๐Ÿ”˜</span>
2. HTML Decimal Code:
<span>&#128280;</span>
3. Hexadecimal Code:
<span>&#x1F518;</span>
Preview: ๐Ÿ”˜

Add Radio Button symbol with CSS

.radio-button::before {
    content: '\\1F518';
}
Preview: Radio Button

Radio Button JavaScript Code

1. Direct Symbol:
document.querySelector('.radio-button').textContent = '๐Ÿ”˜';
2. Unicode Escape for ๐Ÿ”˜:
document.querySelector('.radio-button').textContent = '\u1F518';
Preview: ๐Ÿ”˜