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

What is Unicode character 𫟵?

The Unicode character 𫟵 U+2B7F5 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+2B7F5.

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!