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

What is Unicode character 𡏛?

The Unicode character 𡏛 U+213DB 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+213DB.

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!