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

What is Unicode character 𭁍?

The Unicode character 𭁍 U+2D04D 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+2D04D.

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!