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

What is Unicode character 𭟔?

The Unicode character 𭟔 U+2D7D4 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+2D7D4.

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!