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

What is Unicode character 𭓦?

The Unicode character 𭓦 U+2D4E6 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+2D4E6.

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!