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

What is Unicode character 𨣊?

The Unicode character 𨣊 U+288CA 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+288CA.

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!