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

What is Unicode character 𫔹?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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