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

What is Unicode character 𪟦?

The Unicode character 𪟦 U+2A7E6 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+2A7E6.

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!