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

What is Unicode character 𣺖?

The Unicode character 𣺖 U+23E96 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+23E96.

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!