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

What is Unicode character 𣨙?

The Unicode character 𣨙 U+23A19 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+23A19.

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!