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

What is Unicode character 𣑍?

The Unicode character 𣑍 U+2344D 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+2344D.

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!