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

What is Unicode character 𡎌?

The Unicode character 𡎌 U+2138C 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+2138C.

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!