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

What is Unicode character 𭡔?

The Unicode character 𭡔 U+2D854 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+2D854.

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!