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

What is Unicode character 𢂊?

The Unicode character 𢂊 U+2208A 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+2208A.

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!