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

What is Unicode character 𢘁?

The Unicode character 𢘁 U+22601 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+22601.

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!