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

What is Unicode character 𡔺?

The Unicode character 𡔺 U+2153A 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+2153A.

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!