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

What is Unicode character 𢀝?

The Unicode character 𢀝 U+2201D 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+2201D.

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!