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

What is Unicode character 𭔰?

The Unicode character 𭔰 U+2D530 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+2D530.

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!