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

What is Unicode character 𣲗?

The Unicode character 𣲗 U+23C97 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+23C97.

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!