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

What is Unicode character 𣢕?

The Unicode character 𣢕 U+23895 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+23895.

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!