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

What is Unicode character 𨗂?

The Unicode character 𨗂 U+285C2 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+285C2.

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!