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

What is Unicode character 𨢯?

The Unicode character 𨢯 U+288AF 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+288AF.

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!