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>&#142337;</p>
📋
CSS .selector { content: '\22C01' };
📋
JS var unicodeA = '\u22C01 ';
📋
CPP char unicodeA = ' \u22C01 ';
📋
Java char unicodeA = '\u22C01';
📋
Python unicodeA = '\u22C01'
📋

What is Unicode character 𢰁?

The Unicode character 𢰁 U+22C01 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+22C01.

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!