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

What is Unicode character 𢌀?

The Unicode character 𢌀 U+22300 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+22300.

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!