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

What is Unicode character 𮍬?

The Unicode character 𮍬 U+2E36C 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+2E36C.

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!