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

What is Unicode character 𫟩?

The Unicode character 𫟩 U+2B7E9 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+2B7E9.

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!