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

What is Unicode character 𡊬?

The Unicode character 𡊬 U+212AC 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+212AC.

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!