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

What is Unicode character 𭲕?

The Unicode character 𭲕 U+2DC95 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2DC95.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!