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

What is Unicode character 𡍭?

The Unicode character 𡍭 U+2136D 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+2136D.

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!