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

What is Unicode character 𡡑?

The Unicode character 𡡑 U+21851 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+21851.

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!