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

What is Unicode character 𭢶?

The Unicode character 𭢶 U+2D8B6 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+2D8B6.

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!