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

What is Unicode character 𡔬?

The Unicode character 𡔬 U+2152C 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+2152C.

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!