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

What is Unicode character 𫢦?

The Unicode character 𫢦 U+2B8A6 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+2B8A6.

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!