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

What is Unicode character 𡹨?

The Unicode character 𡹨 U+21E68 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+21E68.

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!