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

What is Unicode character 𡂬?

The Unicode character 𡂬 U+210AC 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+210AC.

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!