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

What is Unicode character 𭃶?

The Unicode character 𭃶 U+2D0F6 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+2D0F6.

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!