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>&#136118;</p>
📋
CSS .selector { content: '\213B6' };
📋
JS var unicodeA = '\u213B6 ';
📋
CPP char unicodeA = ' \u213B6 ';
📋
Java char unicodeA = '\u213B6';
📋
Python unicodeA = '\u213B6'
📋

What is Unicode character 𡎶?

The Unicode character 𡎶 U+213B6 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+213B6.

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!