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

What is Unicode character 𨛍?

The Unicode character 𨛍 U+286CD 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+286CD.

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!