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

What is Unicode character 𣲔?

The Unicode character 𣲔 U+23C94 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+23C94.

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!