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

What is Unicode character 𣲚?

The Unicode character 𣲚 U+23C9A 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+23C9A.

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!