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

What is Unicode character 𢴁?

The Unicode character 𢴁 U+22D01 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+22D01.

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!