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

What is Unicode character 𭤟?

The Unicode character 𭤟 U+2D91F 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+2D91F.

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!