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

What is Unicode character 𭁹?

The Unicode character 𭁹 U+2D079 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D079.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!