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

What is Unicode character 𭡕?

The Unicode character 𭡕 U+2D855 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+2D855.

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!