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>&#139982;</p>
📋
CSS .selector { content: '\222CE' };
📋
JS var unicodeA = '\u222CE ';
📋
CPP char unicodeA = ' \u222CE ';
📋
Java char unicodeA = '\u222CE';
📋
Python unicodeA = '\u222CE'
📋

What is Unicode character 𢋎?

The Unicode character 𢋎 U+222CE 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+222CE.

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!