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

What is Unicode character 𢈭?

The Unicode character 𢈭 U+2222D 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+2222D.

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!