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

What is Unicode character 𣬑?

The Unicode character 𣬑 U+23B11 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+23B11.

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!