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

What is Unicode character 𬔹?

The Unicode character 𬔹 U+2C539 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C539.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!