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

What is Unicode character 𢀜?

The Unicode character 𢀜 U+2201C 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+2201C.

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!