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

What is Unicode character 𪟃?

The Unicode character 𪟃 U+2A7C3 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+2A7C3.

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!