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

What is Unicode character 𡔼?

The Unicode character 𡔼 U+2153C 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+2153C.

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!