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

What is Unicode character 𨖪?

The Unicode character 𨖪 U+285AA 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+285AA.

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!