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

What is Unicode character 𢈝?

The Unicode character 𢈝 U+2221D 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+2221D.

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!