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

What is Unicode character 𬭡?

The Unicode character 𬭡 U+2CB61 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+2CB61.

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!