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

What is Unicode character 𪟬?

The Unicode character 𪟬 U+2A7EC is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2A7EC.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!