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

What is Unicode character 𢄝?

The Unicode character 𢄝 U+2211D 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+2211D.

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!