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

What is Unicode character 𡍬?

The Unicode character 𡍬 U+2136C 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+2136C.

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!