Css Styling

Size
đ
15px
đ
18px
đ
21px
đ
24px
đ
27px
đ
30px
đ
33px
đ
36px
đ
42px
đ
48px
đ
54px
đ
60px
đ
66px
đ
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
đ
Bold
đ
Italic
đ
Underline
đ
Strikethrough
đ
UpperCase
đ
LowerCase
đ
Oblique
A đ
Subscript
A đ
Superscript
đ
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
đ
Arial
đ
Times New Roman
đ
Verdana
đ
Courier New
đ
Garamond
đ
Georgia
đ
Trebuchet MS
đ
Tahoma
đ
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
đ
White
đ
Brown
đ
Maroon
đ
Magenta
đ
Red
đ
Orange
đ
Yellow
đ
Green
đ
Teal
đ
Cyan
đ
Blue
đ
Violet
đ
Purple
đ
Indigo
đ
Gray
đ
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
đ
White
đ
Brown
đ
Maroon
đ
Magenta
đ
Red
đ
Orange
đ
Yellow
đ
Green
đ
Teal
đ
Cyan
đ
Blue
đ
Violet
đ
Purple
đ
Indigo
đ
Gray
đ
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Character Traits

Latin Extended A

Code Snippets

Lang Example Copy
HTML <p>&#273;</p>
📋
CSS .selector { content: '\0111' };
📋
JS var unicodeA = '\u0111 ';
📋
CPP char unicodeA = ' \u0111 ';
📋
Java char unicodeA = '\u0111';
📋
Python unicodeA = '\u0111'
📋

What is Unicode character đ?

The Unicode character đ U+0111 is Latin Small Letter D With Stroke in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character đ?

The uppercase equivalent of the Unicode character đ is Đ (U+0110).

What does the Unicode character đ represent?

The Unicode character đ represents Latin Small Letter D With Stroke.

What is the Unicode code point for đ?

The Unicode code point for đ is U+0111.

Is the appearance of the đ character consistent across all platforms?

The appearance of the đ character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Small Letter D With Stroke remains consistent.

How can I ensure the đ character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Latin script to correctly render the đ character.

In which version was Unicode character đ released, and to which block of characters does it belong?

Unicode character đ was first introduced in Unicode Version 1.1, and it belongs to the Latin Extended A block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin Extended A
East Asian Width Ambiguous
General Category Lowercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Latin
Sentence Break Lowercase
Word Break MidNumNum
Copied!