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

What is Unicode character 𭬟?

The Unicode character 𭬟 U+2DB1F 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+2DB1F.

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!