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

What is Unicode character 𫟺?

The Unicode character 𫟺 U+2B7FA is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension D 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+2B7FA.

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 6.0, and it belongs to the CJK Unified Ideographs Extension D block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 6.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension D
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!