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

What is Unicode character 𢇎?

The Unicode character 𢇎 U+221CE 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+221CE.

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!