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

What is Unicode character 𡅝?

The Unicode character 𡅝 U+2115D 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+2115D.

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!