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

What is Unicode character 𨣚?

The Unicode character 𨣚 U+288DA 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+288DA.

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!