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

What is Unicode character 𭃦?

The Unicode character 𭃦 U+2D0E6 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+2D0E6.

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!