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

What is Unicode character 𪔹?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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