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

What is Unicode character 𭢖?

The Unicode character 𭢖 U+2D896 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+2D896.

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!