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

What is Unicode character 𣨌?

The Unicode character 𣨌 U+23A0C 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+23A0C.

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!