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

What is Unicode character 𭡹?

The Unicode character 𭡹 U+2D879 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+2D879.

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!