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>&#144684;</p>
📋
CSS .selector { content: '\2352C' };
📋
JS var unicodeA = '\u2352C ';
📋
CPP char unicodeA = ' \u2352C ';
📋
Java char unicodeA = '\u2352C';
📋
Python unicodeA = '\u2352C'
📋

What is Unicode character 𣔬?

The Unicode character 𣔬 U+2352C 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+2352C.

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!