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

What is Unicode character 𭨾?

The Unicode character 𭨾 U+2DA3E 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+2DA3E.

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!