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

What is Unicode character 𭍹?

The Unicode character 𭍹 U+2D379 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+2D379.

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!