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

What is Unicode character 𭙍?

The Unicode character 𭙍 U+2D64D 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+2D64D.

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!