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

What is Unicode character 𭨓?

The Unicode character 𭨓 U+2DA13 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+2DA13.

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!