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

What is Unicode character 𢈌?

The Unicode character 𢈌 U+2220C 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+2220C.

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!