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

What is Unicode character 𫢹?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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