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

What is Unicode character 𢊜?

The Unicode character 𢊜 U+2229C 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+2229C.

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!