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

What is Unicode character 𨖶?

The Unicode character 𨖶 U+285B6 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+285B6.

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!