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

What is Unicode character 𣲕?

The Unicode character 𣲕 U+23C95 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+23C95.

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!