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

What is Unicode character 𭘎?

The Unicode character 𭘎 U+2D60E 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+2D60E.

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!