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

What is Unicode character 𫢵?

The Unicode character 𫢵 U+2B8B5 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+2B8B5.

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!