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

What is Unicode character 𣲺?

The Unicode character 𣲺 U+23CBA 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+23CBA.

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!