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

What is Unicode character 𬬕?

The Unicode character 𬬕 U+2CB15 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+2CB15.

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!