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

What is Unicode character 𮬕?

The Unicode character 𮬕 U+2EB15 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+2EB15.

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!