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

What is Unicode character 𣰼?

The Unicode character 𣰼 U+23C3C 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+23C3C.

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!