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

What is Unicode character 𢋦?

The Unicode character 𢋦 U+222E6 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+222E6.

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!