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

What is Unicode character 𪟺?

The Unicode character 𪟺 U+2A7FA 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+2A7FA.

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!