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

What is Unicode character 𨢤?

The Unicode character 𨢤 U+288A4 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+288A4.

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!