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

What is Unicode character 𭡖?

The Unicode character 𭡖 U+2D856 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+2D856.

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!