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

What is Unicode character 𡡨?

The Unicode character 𡡨 U+21868 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+21868.

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!