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

What is Unicode character 𡎊?

The Unicode character 𡎊 U+2138A 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+2138A.

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!