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

What is Unicode character 𡇬?

The Unicode character 𡇬 U+211EC 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+211EC.

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!