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

What is Unicode character 𢄾?

The Unicode character 𢄾 U+2213E 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+2213E.

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!