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

What is Unicode character 𡌬?

The Unicode character 𡌬 U+2132C 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+2132C.

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!