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

What is Unicode character 𫓨?

The Unicode character 𫓨 U+2B4E8 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B4E8.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!