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>&#144250;</p>
📋
CSS .selector { content: '\2337A' };
📋
JS var unicodeA = '\u2337A ';
📋
CPP char unicodeA = ' \u2337A ';
📋
Java char unicodeA = '\u2337A';
📋
Python unicodeA = '\u2337A'
📋

What is Unicode character 𣍺?

The Unicode character 𣍺 U+2337A 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+2337A.

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!