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

What is Unicode character 𬺛?

The Unicode character 𬺛 U+2CE9B 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+2CE9B.

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!