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

What is Unicode character 𢆏?

The Unicode character 𢆏 U+2218F 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+2218F.

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!