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

What is Unicode character 𬴨?

The Unicode character 𬴨 U+2CD28 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+2CD28.

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!