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

What is Unicode character 𢑍?

The Unicode character 𢑍 U+2244D 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+2244D.

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!