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

What is Unicode character 𣲧?

The Unicode character 𣲧 U+23CA7 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+23CA7.

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!