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>&#142342;</p>
📋
CSS .selector { content: '\22C06' };
📋
JS var unicodeA = '\u22C06 ';
📋
CPP char unicodeA = ' \u22C06 ';
📋
Java char unicodeA = '\u22C06';
📋
Python unicodeA = '\u22C06'
📋

What is Unicode character 𢰆?

The Unicode character 𢰆 U+22C06 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+22C06.

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!