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

What is Unicode character 𨗢?

The Unicode character 𨗢 U+285E2 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+285E2.

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!