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

What is Unicode character 𨛬?

The Unicode character 𨛬 U+286EC 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+286EC.

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!