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

What is Unicode character 𨗲?

The Unicode character 𨗲 U+285F2 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+285F2.

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!