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

What is Unicode character 𢊡?

The Unicode character 𢊡 U+222A1 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+222A1.

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!