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

What is Unicode character 𭬙?

The Unicode character 𭬙 U+2DB19 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+2DB19.

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!