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

What is Unicode character 𬘻?

The Unicode character 𬘻 U+2C63B 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+2C63B.

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!