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

What is Unicode character 𪟵?

The Unicode character 𪟵 U+2A7F5 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+2A7F5.

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!