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

What is Unicode character 𢌁?

The Unicode character 𢌁 U+22301 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+22301.

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!