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

What is Unicode character 𣨼?

The Unicode character 𣨼 U+23A3C 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+23A3C.

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!