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

What is Unicode character 𨢶?

The Unicode character 𨢶 U+288B6 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+288B6.

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!