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

What is Unicode character 𭟊?

The Unicode character 𭟊 U+2D7CA 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+2D7CA.

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!