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

What is Unicode character 𡎍?

The Unicode character 𡎍 U+2138D 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+2138D.

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!