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

What is Unicode character 𤑍?

The Unicode character 𤑍 U+2444D 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+2444D.

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!