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

What is Unicode character 𡵨?

The Unicode character 𡵨 U+21D68 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+21D68.

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!