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

What is Unicode character 𭦏?

The Unicode character 𭦏 U+2D98F 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+2D98F.

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!