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

What is Unicode character 𢂌?

The Unicode character 𢂌 U+2208C 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+2208C.

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!