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

What is Unicode character 𡇎?

The Unicode character 𡇎 U+211CE 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+211CE.

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!