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

What is Unicode character 𨛃?

The Unicode character 𨛃 U+286C3 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+286C3.

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!