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

What is Unicode character 𣲰?

The Unicode character 𣲰 U+23CB0 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+23CB0.

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!