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

What is Unicode character 𭔲?

The Unicode character 𭔲 U+2D532 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+2D532.

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!