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

What is Unicode character 𣔺?

The Unicode character 𣔺 U+2353A 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+2353A.

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!