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

What is Unicode character 𢅚?

The Unicode character 𢅚 U+2215A 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+2215A.

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!