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

What is Unicode character 𨖰?

The Unicode character 𨖰 U+285B0 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+285B0.

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!