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

What is Unicode character 𭀎?

The Unicode character 𭀎 U+2D00E 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+2D00E.

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!