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

What is Unicode character 𣨑?

The Unicode character 𣨑 U+23A11 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+23A11.

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!