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

What is Unicode character 𪟯?

The Unicode character 𪟯 U+2A7EF 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+2A7EF.

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!