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

What is Unicode character 𣖖?

The Unicode character 𣖖 U+23596 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+23596.

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!