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

What is Unicode character 𭰣?

The Unicode character 𭰣 U+2DC23 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+2DC23.

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!