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

What is Unicode character 𭓰?

The Unicode character 𭓰 U+2D4F0 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+2D4F0.

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!