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

What is Unicode character 𨖺?

The Unicode character 𨖺 U+285BA 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+285BA.

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!