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>&#144974;</p>
📋
CSS .selector { content: '\2364E' };
📋
JS var unicodeA = '\u2364E ';
📋
CPP char unicodeA = ' \u2364E ';
📋
Java char unicodeA = '\u2364E';
📋
Python unicodeA = '\u2364E'
📋

What is Unicode character 𣙎?

The Unicode character 𣙎 U+2364E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2364E.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!