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

What is Unicode character 𫢬?

The Unicode character 𫢬 U+2B8AC 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+2B8AC.

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!