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

What is Unicode character 𢾶?

The Unicode character 𢾶 U+22FB6 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+22FB6.

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!