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

What is Unicode character 𣲾?

The Unicode character 𣲾 U+23CBE 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+23CBE.

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!