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

What is Unicode character 𢆎?

The Unicode character 𢆎 U+2218E 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+2218E.

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!