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

What is Unicode character 𢘀?

The Unicode character 𢘀 U+22600 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+22600.

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!