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

What is Unicode character 𮝖?

The Unicode character 𮝖 U+2E756 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+2E756.

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!