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

What is Unicode character 𭦐?

The Unicode character 𭦐 U+2D990 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+2D990.

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!