Fullwidth Latin Small Letter O

Shortcodes

Copy and paste codes for Fullwidth Latin Small Letter O symbol o to use in your websites, apps, blogs, and more.

Unicode
U+FF4F
HTML Code
o
HEX Code
o
CSS Code
\FF4F
JS/JSON
\uFF4F
Unix/C/PHP/JAVA
0xFF4F
URL-encode
%EF%BD%8F
copied

Customize Fullwidth Latin Small Letter O Symbol

Customize o symbol as you like and download Fullwidth Latin Small Letter O 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 Fullwidth Latin Small Letter O symbol in HTML, CSS, and JS?

Insert o Fullwidth Latin Small Letter O using HTML

1. Copy-paste Fullwidth Latin Small Letter O directly:
<span>o</span>
2. HTML Decimal Code:
<span>&#65359;</span>
3. Hexadecimal Code:
<span>&#xFF4F;</span>
Preview:

Add Fullwidth Latin Small Letter O symbol with CSS

.fullwidth-latin-small-letter-o::before {
    content: '\\FF4F';
}
Preview: Fullwidth Latin Small Letter O

Fullwidth Latin Small Letter O JavaScript Code

1. Direct Symbol:
document.querySelector('.fullwidth-latin-small-letter-o').textContent = 'o';
2. Unicode Escape for o:
document.querySelector('.fullwidth-latin-small-letter-o').textContent = '\uFF4F';
Preview: