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

What is Unicode character 𢆍?

The Unicode character 𢆍 U+2218D 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+2218D.

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!