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

What is Unicode character 𭡍?

The Unicode character 𭡍 U+2D84D 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+2D84D.

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!