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

What is Unicode character 𭃊?

The Unicode character 𭃊 U+2D0CA 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+2D0CA.

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!