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

What is Unicode character 𡔿?

The Unicode character 𡔿 U+2153F 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+2153F.

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!