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

What is Unicode character 𲍻?

The Unicode character 𲍻 U+3237B 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+3237B.

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!