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

What is Unicode character 𢊦?

The Unicode character 𢊦 U+222A6 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+222A6.

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!