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

What is Unicode character 𭔀?

The Unicode character 𭔀 U+2D500 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+2D500.

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!