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.

Latin Extended A

Code Snippets

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

What is Unicode character ď?

The Unicode character ď U+010F is Latin Small Letter D With Caron in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ď?

The uppercase equivalent of the Unicode character ď is Ď (U+010E).

What does the Unicode character ď represent?

The Unicode character ď represents Latin Small Letter D With Caron.

What is the Unicode code point for ď?

The Unicode code point for ď is U+010F.

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 Caron 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
Decomposition Type Canonical Decomposition
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!