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

What is Unicode character 𨗺?

The Unicode character 𨗺 U+285FA 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+285FA.

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!