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

What is Unicode character 𢀉?

The Unicode character 𢀉 U+22009 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+22009.

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!