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

What is Unicode character 𫢓?

The Unicode character 𫢓 U+2B893 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+2B893.

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!