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

What is Unicode character 𭙕?

The Unicode character 𭙕 U+2D655 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+2D655.

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!