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

What is Unicode character 𨖧?

The Unicode character 𨖧 U+285A7 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+285A7.

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!