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

What is Unicode character 𭬕?

The Unicode character 𭬕 U+2DB15 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+2DB15.

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!