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

What is Unicode character 𪟖?

The Unicode character 𪟖 U+2A7D6 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+2A7D6.

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!