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

What is Unicode character 𭓨?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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