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

What is Unicode character 𪟹?

The Unicode character 𪟹 U+2A7F9 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+2A7F9.

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!