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

What is Unicode character 𡊦?

The Unicode character 𡊦 U+212A6 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+212A6.

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!