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

What is Unicode character 𣺕?

The Unicode character 𣺕 U+23E95 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+23E95.

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!