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

What is Unicode character 𭰿?

The Unicode character 𭰿 U+2DC3F 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+2DC3F.

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!