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

What is Unicode character 𫟰?

The Unicode character 𫟰 U+2B7F0 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+2B7F0.

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!