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

What is Unicode character 𭧯?

The Unicode character 𭧯 U+2D9EF 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+2D9EF.

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!