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

What is Unicode character 𭕟?

The Unicode character 𭕟 U+2D55F 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+2D55F.

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!