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

What is Unicode character 𣨐?

The Unicode character 𣨐 U+23A10 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+23A10.

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!