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

What is Unicode character 𨣺?

The Unicode character 𨣺 U+288FA 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+288FA.

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!