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

What is Unicode character 𡍹?

The Unicode character 𡍹 U+21379 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+21379.

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!