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

What is Unicode character 𪟭?

The Unicode character 𪟭 U+2A7ED 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+2A7ED.

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!