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>&#136490;</p>
📋
CSS .selector { content: '\2152A' };
📋
JS var unicodeA = '\u2152A ';
📋
CPP char unicodeA = ' \u2152A ';
📋
Java char unicodeA = '\u2152A';
📋
Python unicodeA = '\u2152A'
📋

What is Unicode character 𡔪?

The Unicode character 𡔪 U+2152A 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+2152A.

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!