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

What is Unicode character 𡼹?

The Unicode character 𡼹 U+21F39 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+21F39.

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!