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

What is Unicode character 𡏵?

The Unicode character 𡏵 U+213F5 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+213F5.

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!