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

What is Unicode character 𡝨?

The Unicode character 𡝨 U+21768 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+21768.

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!