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>&#156526;</p>
📋
CSS .selector { content: '\2636E' };
📋
JS var unicodeA = '\u2636E ';
📋
CPP char unicodeA = ' \u2636E ';
📋
Java char unicodeA = '\u2636E';
📋
Python unicodeA = '\u2636E'
📋

What is Unicode character 𦍮?

The Unicode character 𦍮 U+2636E 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+2636E.

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!