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

What is Unicode character 𨖢?

The Unicode character 𨖢 U+285A2 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+285A2.

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!