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

What is Unicode character 𨖷?

The Unicode character 𨖷 U+285B7 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+285B7.

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!