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

What is Unicode character 𭰵?

The Unicode character 𭰵 U+2DC35 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+2DC35.

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!