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

What is Unicode character 𬭑?

The Unicode character 𬭑 U+2CB51 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+2CB51.

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!