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

What is Unicode character 𨛅?

The Unicode character 𨛅 U+286C5 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+286C5.

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!