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

What is Unicode character 𨗨?

The Unicode character 𨗨 U+285E8 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+285E8.

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!