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

What is Unicode character 𣬙?

The Unicode character 𣬙 U+23B19 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+23B19.

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!