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

What is Unicode character 𭲖?

The Unicode character 𭲖 U+2DC96 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+2DC96.

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!