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

What is Unicode character 𢀬?

The Unicode character 𢀬 U+2202C 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+2202C.

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!