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

What is Unicode character 𫦹?

The Unicode character 𫦹 U+2B9B9 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+2B9B9.

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!