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

What is Unicode character 𮬝?

The Unicode character 𮬝 U+2EB1D 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+2EB1D.

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!