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

What is Unicode character 𮬟?

The Unicode character 𮬟 U+2EB1F 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+2EB1F.

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!