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

What is Unicode character 𢇬?

The Unicode character 𢇬 U+221EC 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+221EC.

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!