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

What is Unicode character 𢊰?

The Unicode character 𢊰 U+222B0 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+222B0.

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!