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

What is Unicode character 𭔹?

The Unicode character 𭔹 U+2D539 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+2D539.

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!