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

What is Unicode character 𣨚?

The Unicode character 𣨚 U+23A1A 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+23A1A.

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!