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

What is Unicode character 𣲌?

The Unicode character 𣲌 U+23C8C 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+23C8C.

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!