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

What is Unicode character 𭇦?

The Unicode character 𭇦 U+2D1E6 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+2D1E6.

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!