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

What is Unicode character 𨢻?

The Unicode character 𨢻 U+288BB 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+288BB.

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!