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

What is Unicode character 𣵁?

The Unicode character 𣵁 U+23D41 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+23D41.

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!