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

What is Unicode character 𮌣?

The Unicode character 𮌣 U+2E323 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+2E323.

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!