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

What is Unicode character 𭡎?

The Unicode character 𭡎 U+2D84E 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+2D84E.

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!