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

What is Unicode character 𡅟?

The Unicode character 𡅟 U+2115F 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+2115F.

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!