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

What is Unicode character 𬬧?

The Unicode character 𬬧 U+2CB27 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+2CB27.

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!