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

What is Unicode character 𭁌?

The Unicode character 𭁌 U+2D04C 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+2D04C.

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!