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

What is Unicode character 𣵃?

The Unicode character 𣵃 U+23D43 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+23D43.

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!