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

What is Unicode character 𭨝?

The Unicode character 𭨝 U+2DA1D 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+2DA1D.

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!