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

What is Unicode character 𭨟?

The Unicode character 𭨟 U+2DA1F 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+2DA1F.

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!