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

What is Unicode character 𨛎?

The Unicode character 𨛎 U+286CE 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+286CE.

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!