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>&#165562;</p>
📋
CSS .selector { content: '\286BA' };
📋
JS var unicodeA = '\u286BA ';
📋
CPP char unicodeA = ' \u286BA ';
📋
Java char unicodeA = '\u286BA';
📋
Python unicodeA = '\u286BA'
📋

What is Unicode character 𨚺?

The Unicode character 𨚺 U+286BA 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+286BA.

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!