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

What is Unicode character 𢀰?

The Unicode character 𢀰 U+22030 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+22030.

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!