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

What is Unicode character 𢂍?

The Unicode character 𢂍 U+2208D 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+2208D.

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!