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

What is Unicode character 𭰔?

The Unicode character 𭰔 U+2DC14 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+2DC14.

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!