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

What is Unicode character 𲍼?

The Unicode character 𲍼 U+3237C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+3237C.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!