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

What is Unicode character 𭨵?

The Unicode character 𭨵 U+2DA35 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+2DA35.

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!