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

What is Unicode character 𡆦?

The Unicode character 𡆦 U+211A6 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+211A6.

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!