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

What is Unicode character 𭬝?

The Unicode character 𭬝 U+2DB1D 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+2DB1D.

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!