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

What is Unicode character 𪟶?

The Unicode character 𪟶 U+2A7F6 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+2A7F6.

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!