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

What is Unicode character 𡎦?

The Unicode character 𡎦 U+213A6 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+213A6.

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!