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

What is Unicode character 𭦍?

The Unicode character 𭦍 U+2D98D 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+2D98D.

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!