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

What is Unicode character 𣲊?

The Unicode character 𣲊 U+23C8A 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+23C8A.

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!