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

What is Unicode character 𣹁?

The Unicode character 𣹁 U+23E41 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+23E41.

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!