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

What is Unicode character 𢅺?

The Unicode character 𢅺 U+2217A 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+2217A.

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!