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

What is Unicode character 𡊲?

The Unicode character 𡊲 U+212B2 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+212B2.

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!