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

What is Unicode character 𭬖?

The Unicode character 𭬖 U+2DB16 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+2DB16.

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!