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

What is Unicode character 𡊺?

The Unicode character 𡊺 U+212BA 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+212BA.

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!