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

What is Unicode character 𢀭?

The Unicode character 𢀭 U+2202D 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+2202D.

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!