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

What is Unicode character 𣝺?

The Unicode character 𣝺 U+2377A 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+2377A.

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!