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

What is Unicode character 𭬓?

The Unicode character 𭬓 U+2DB13 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+2DB13.

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!