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

What is Unicode character 𭢵?

The Unicode character 𭢵 U+2D8B5 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+2D8B5.

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!