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

What is Unicode character 𨢰?

The Unicode character 𨢰 U+288B0 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+288B0.

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!