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

What is Unicode character 𢆊?

The Unicode character 𢆊 U+2218A 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+2218A.

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!