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

What is Unicode character 𮬖?

The Unicode character 𮬖 U+2EB16 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+2EB16.

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!