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

What is Unicode character 𨚼?

The Unicode character 𨚼 U+286BC 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+286BC.

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!