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

What is Unicode character 𣲑?

The Unicode character 𣲑 U+23C91 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+23C91.

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!