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

What is Unicode character 𨣖?

The Unicode character 𨣖 U+288D6 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+288D6.

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!