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

What is Unicode character 𡨹?

The Unicode character 𡨹 U+21A39 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+21A39.

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!