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

What is Unicode character 𣢖?

The Unicode character 𣢖 U+23896 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+23896.

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!