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

What is Unicode character 𭰖?

The Unicode character 𭰖 U+2DC16 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+2DC16.

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!