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>&#197709;</p>
📋
CSS .selector { content: '\3044D' };
📋
JS var unicodeA = '\u3044D ';
📋
CPP char unicodeA = ' \u3044D ';
📋
Java char unicodeA = '\u3044D';
📋
Python unicodeA = '\u3044D'
📋

What is Unicode character 𰑍?

The Unicode character 𰑍 U+3044D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+3044D.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!