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

What is Unicode character 𭘍?

The Unicode character 𭘍 U+2D60D 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+2D60D.

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!