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

What is Unicode character 𭬐?

The Unicode character 𭬐 U+2DB10 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+2DB10.

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!