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

What is Unicode character 𢨁?

The Unicode character 𢨁 U+22A01 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+22A01.

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!