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

What is Unicode character 𫟯?

The Unicode character 𫟯 U+2B7EF 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+2B7EF.

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!