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

What is Unicode character 𢅟?

The Unicode character 𢅟 U+2215F 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+2215F.

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!