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

What is Unicode character 𪟾?

The Unicode character 𪟾 U+2A7FE 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+2A7FE.

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!