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

What is Unicode character 𨢷?

The Unicode character 𨢷 U+288B7 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+288B7.

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!