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

What is Unicode character 𡊫?

The Unicode character 𡊫 U+212AB 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+212AB.

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!