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

What is Unicode character 𡍝?

The Unicode character 𡍝 U+2135D 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+2135D.

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!