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

What is Unicode character 𣰬?

The Unicode character 𣰬 U+23C2C 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+23C2C.

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!