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

What is Unicode character 𨖨?

The Unicode character 𨖨 U+285A8 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+285A8.

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!