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

What is Unicode character 𨗐?

The Unicode character 𨗐 U+285D0 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+285D0.

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!