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

What is Unicode character 𭰾?

The Unicode character 𭰾 U+2DC3E 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+2DC3E.

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!