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

What is Unicode character 𨗰?

The Unicode character 𨗰 U+285F0 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+285F0.

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!