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

What is Unicode character 𡍯?

The Unicode character 𡍯 U+2136F 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+2136F.

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!