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

What is Unicode character 𨑍?

The Unicode character 𨑍 U+2844D 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+2844D.

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!