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

What is Unicode character 𬴖?

The Unicode character 𬴖 U+2CD16 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+2CD16.

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!