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

What is Unicode character 𭀔?

The Unicode character 𭀔 U+2D014 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+2D014.

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!