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

What is Unicode character 𣲼?

The Unicode character 𣲼 U+23CBC 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+23CBC.

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!