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

What is Unicode character 𨢦?

The Unicode character 𨢦 U+288A6 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+288A6.

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!