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

What is Unicode character 𡍚?

The Unicode character 𡍚 U+2135A 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+2135A.

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!