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

What is Unicode character 𭃖?

The Unicode character 𭃖 U+2D0D6 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+2D0D6.

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!