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>&#146490;</p>
📋
CSS .selector { content: '\23C3A' };
📋
JS var unicodeA = '\u23C3A ';
📋
CPP char unicodeA = ' \u23C3A ';
📋
Java char unicodeA = '\u23C3A';
📋
Python unicodeA = '\u23C3A'
📋

What is Unicode character 𣰺?

The Unicode character 𣰺 U+23C3A 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+23C3A.

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!