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

What is Unicode character 𮯟?

The Unicode character 𮯟 U+2EBDF 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+2EBDF.

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!