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

What is Unicode character 𨢺?

The Unicode character 𨢺 U+288BA 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+288BA.

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!