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

What is Unicode character 𣰑?

The Unicode character 𣰑 U+23C11 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+23C11.

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!