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

What is Unicode character 𪟣?

The Unicode character 𪟣 U+2A7E3 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+2A7E3.

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!