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

What is Unicode character 𭬶?

The Unicode character 𭬶 U+2DB36 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+2DB36.

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!