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

What is Unicode character 𨢫?

The Unicode character 𨢫 U+288AB 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+288AB.

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!