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

What is Unicode character 𲍾?

The Unicode character 𲍾 U+3237E 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+3237E.

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!