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

What is Unicode character 𨖡?

The Unicode character 𨖡 U+285A1 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+285A1.

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!