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

What is Unicode character 𭢾?

The Unicode character 𭢾 U+2D8BE 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+2D8BE.

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!