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

What is Unicode character 𪟼?

The Unicode character 𪟼 U+2A7FC 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+2A7FC.

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!