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

What is Unicode character 𣨣?

The Unicode character 𣨣 U+23A23 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+23A23.

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!