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

What is Unicode character 𣨬?

The Unicode character 𣨬 U+23A2C 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+23A2C.

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!