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

What is Unicode character 𢁺?

The Unicode character 𢁺 U+2207A 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+2207A.

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!