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

What is Unicode character 𣲨?

The Unicode character 𣲨 U+23CA8 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+23CA8.

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!