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

What is Unicode character 𭣕?

The Unicode character 𭣕 U+2D8D5 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+2D8D5.

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!