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

What is Unicode character 𭬵?

The Unicode character 𭬵 U+2DB35 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+2DB35.

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!