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

What is Unicode character 𢉺?

The Unicode character 𢉺 U+2227A 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+2227A.

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!