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

What is Unicode character 𡇦?

The Unicode character 𡇦 U+211E6 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+211E6.

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!