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

What is Unicode character 𣲓?

The Unicode character 𣲓 U+23C93 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+23C93.

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!