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

What is Unicode character 𣑎?

The Unicode character 𣑎 U+2344E 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+2344E.

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!