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

What is Unicode character 𨖦?

The Unicode character 𨖦 U+285A6 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+285A6.

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!