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

What is Unicode character 𣵀?

The Unicode character 𣵀 U+23D40 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+23D40.

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!