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

What is Unicode character 𨗬?

The Unicode character 𨗬 U+285EC 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+285EC.

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!