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

What is Unicode character 𢈊?

The Unicode character 𢈊 U+2220A 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+2220A.

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!