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

What is Unicode character 𭕀?

The Unicode character 𭕀 U+2D540 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+2D540.

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!