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

What is Unicode character 𨗀?

The Unicode character 𨗀 U+285C0 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+285C0.

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!