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>&#145360;</p>
📋
CSS .selector { content: '\237D0' };
📋
JS var unicodeA = '\u237D0 ';
📋
CPP char unicodeA = ' \u237D0 ';
📋
Java char unicodeA = '\u237D0';
📋
Python unicodeA = '\u237D0'
📋

What is Unicode character 𣟐?

The Unicode character 𣟐 U+237D0 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+237D0.

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!