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

What is Unicode character 𡍟?

The Unicode character 𡍟 U+2135F 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+2135F.

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!