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

What is Unicode character 𭙝?

The Unicode character 𭙝 U+2D65D 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+2D65D.

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!