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

What is Unicode character 𭝕?

The Unicode character 𭝕 U+2D755 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+2D755.

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!