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

What is Unicode character 𬬖?

The Unicode character 𬬖 U+2CB16 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+2CB16.

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!