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

What is Unicode character 𭑕?

The Unicode character 𭑕 U+2D455 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+2D455.

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!