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

What is Unicode character 𢊲?

The Unicode character 𢊲 U+222B2 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+222B2.

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!