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

What is Unicode character 𡆬?

The Unicode character 𡆬 U+211AC 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+211AC.

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!