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>&#137755;</p>
📋
CSS .selector { content: '\21A1B' };
📋
JS var unicodeA = '\u21A1B ';
📋
CPP char unicodeA = ' \u21A1B ';
📋
Java char unicodeA = '\u21A1B';
📋
Python unicodeA = '\u21A1B'
📋

What is Unicode character 𡨛?

The Unicode character 𡨛 U+21A1B 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+21A1B.

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!