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

What is Unicode character 𢊚?

The Unicode character 𢊚 U+2229A 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+2229A.

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!