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

What is Unicode character 𢋬?

The Unicode character 𢋬 U+222EC 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+222EC.

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!