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.

Code Snippets

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

What is Unicode character 𬑍?

The Unicode character 𬑍 U+2C44D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E block.

What does the Unicode character 𬑍 represent?

The Unicode character 𬑍 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𬑍?

The Unicode code point for 𬑍 is U+2C44D.

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 Cjk Unified Ideograph- 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 Han 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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!