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

What is Unicode character 𡑍?

The Unicode character 𡑍 U+2144D 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+2144D.

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!