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

What is Unicode character 𢆌?

The Unicode character 𢆌 U+2218C 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+2218C.

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!