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

What is Unicode character 𡔹?

The Unicode character 𡔹 U+21539 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+21539.

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!