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

What is Unicode character 𧑍?

The Unicode character 𧑍 U+2744D 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+2744D.

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!