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

What is Unicode character 𨛀?

The Unicode character 𨛀 U+286C0 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+286C0.

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!