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

What is Unicode character 𣲐?

The Unicode character 𣲐 U+23C90 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+23C90.

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!