Css Styling

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

Character Traits

Latin Extended B

Code Snippets

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

What is Unicode character Dž?

The Unicode character Dž U+01C5 is Latin Capital Letter D With Small Letter Z With Caron in the Latin Extended B block.

What is the lowercase equivalent of the Unicode character Dž?

The lowercase equivalent of the Unicode character Dž is dž (U+01C6).

What is the uppercase equivalent of the Unicode character Dž?

The uppercase equivalent of the Unicode character Dž is DŽ (U+01C4).

Are there any variations of character Dž?

Yes, DŽ - (U+01C4), dž - (U+01C6), etc. are some variants of character Dž.

What does the Unicode character Dž represent?

The Unicode character Dž represents Latin Capital Letter D With Small Letter Z With Caron.

What is the Unicode code point for Dž?

The Unicode code point for Dž is U+01C5.

Is the appearance of the Dž character consistent across all platforms?

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

How can I ensure the Dž 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 Dž character.

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

Unicode character Dž was first introduced in Unicode Version 1.1, and it belongs to the Latin Extended B 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 B
Decomposition Type Compatibility
General Category Titlecase 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 Uppercase
Word Break MidNumNum
Copied!