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>&#139430;</p>
📋
CSS .selector { content: '\220A6' };
📋
JS var unicodeA = '\u220A6 ';
📋
CPP char unicodeA = ' \u220A6 ';
📋
Java char unicodeA = '\u220A6';
📋
Python unicodeA = '\u220A6'
📋

What is Unicode character 𢂦?

The Unicode character 𢂦 U+220A6 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+220A6.

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!