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

What is Unicode character 𡰹?

The Unicode character 𡰹 U+21C39 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+21C39.

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!