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

What is Unicode character 𣨊?

The Unicode character 𣨊 U+23A0A 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+23A0A.

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!