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

What is Unicode character 𣨵?

The Unicode character 𣨵 U+23A35 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+23A35.

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!