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

What is Unicode character 𭟤?

The Unicode character 𭟤 U+2D7E4 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+2D7E4.

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!