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

What is Unicode character 𢂎?

The Unicode character 𢂎 U+2208E 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+2208E.

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!