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

What is Unicode character 𡁹?

The Unicode character 𡁹 U+21079 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+21079.

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!