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

What is Unicode character 𣨺?

The Unicode character 𣨺 U+23A3A 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+23A3A.

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!