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

What is Unicode character 𭡬?

The Unicode character 𭡬 U+2D86C 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+2D86C.

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!