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

What is Unicode character 𡘹?

The Unicode character 𡘹 U+21639 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+21639.

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!