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>&#172460;</p>
📋
CSS .selector { content: '\2A1AC' };
📋
JS var unicodeA = '\u2A1AC ';
📋
CPP char unicodeA = ' \u2A1AC ';
📋
Java char unicodeA = '\u2A1AC';
📋
Python unicodeA = '\u2A1AC'
📋

What is Unicode character 𪆬?

The Unicode character 𪆬 U+2A1AC 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+2A1AC.

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!