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

What is Unicode character 𭁎?

The Unicode character 𭁎 U+2D04E 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+2D04E.

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!