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

What is Unicode character 𨗡?

The Unicode character 𨗡 U+285E1 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+285E1.

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!