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

What is Unicode character 𡊢?

The Unicode character 𡊢 U+212A2 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+212A2.

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!