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

What is Unicode character 𣲬?

The Unicode character 𣲬 U+23CAC 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+23CAC.

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!