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

What is Unicode character 𢬆?

The Unicode character 𢬆 U+22B06 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+22B06.

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!