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

What is Unicode character 𢄬?

The Unicode character 𢄬 U+2212C 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+2212C.

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!