Fullwidth Latin Small Letter D

Shortcodes

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

Unicode
U+FF44
HTML Code
d
HEX Code
d
CSS Code
\FF44
JS/JSON
\uFF44
Unix/C/PHP/JAVA
0xFF44
URL-encode
%EF%BD%84
copied

Customize Fullwidth Latin Small Letter D Symbol

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

Insert d Fullwidth Latin Small Letter D using HTML

1. Copy-paste Fullwidth Latin Small Letter D directly:
<span>d</span>
2. HTML Decimal Code:
<span>&#65348;</span>
3. Hexadecimal Code:
<span>&#xFF44;</span>
Preview:

Add Fullwidth Latin Small Letter D symbol with CSS

.fullwidth-latin-small-letter-d::before {
    content: '\\FF44';
}
Preview: Fullwidth Latin Small Letter D

Fullwidth Latin Small Letter D JavaScript Code

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