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

What is Unicode character 𦑍?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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