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

What is Unicode character 𣕺?

The Unicode character 𣕺 U+2357A 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+2357A.

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!