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

What is Unicode character 𭙟?

The Unicode character 𭙟 U+2D65F 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+2D65F.

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!