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

What is Unicode character 𪟻?

The Unicode character 𪟻 U+2A7FB 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+2A7FB.

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!