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

What is Unicode character 𡎵?

The Unicode character 𡎵 U+213B5 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+213B5.

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!