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

What is Unicode character 𮬍?

The Unicode character 𮬍 U+2EB0D 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+2EB0D.

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!