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

What is Unicode character 𭡦?

The Unicode character 𭡦 U+2D866 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+2D866.

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!