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

What is Unicode character 𬭣?

The Unicode character 𬭣 U+2CB63 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+2CB63.

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!