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

What is Unicode character 𨢹?

The Unicode character 𨢹 U+288B9 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+288B9.

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!