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>&#173288;</p>
📋
CSS .selector { content: '\2A4E8' };
📋
JS var unicodeA = '\u2A4E8 ';
📋
CPP char unicodeA = ' \u2A4E8 ';
📋
Java char unicodeA = '\u2A4E8';
📋
Python unicodeA = '\u2A4E8'
📋

What is Unicode character 𪓨?

The Unicode character 𪓨 U+2A4E8 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+2A4E8.

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!