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

What is Unicode character 𢈬?

The Unicode character 𢈬 U+2222C 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+2222C.

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!