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

What is Unicode character 𡔾?

The Unicode character 𡔾 U+2153E 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+2153E.

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!