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

What is Unicode character 𢈰?

The Unicode character 𢈰 U+22230 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+22230.

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!