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

What is Unicode character 𣲏?

The Unicode character 𣲏 U+23C8F 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+23C8F.

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!