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

What is Unicode character 𭨶?

The Unicode character 𭨶 U+2DA36 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+2DA36.

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!