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

What is Unicode character 𢄼?

The Unicode character 𢄼 U+2213C 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+2213C.

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!