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

What is Unicode character 𬬺?

The Unicode character 𬬺 U+2CB3A 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+2CB3A.

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!