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

What is Unicode character 𡞟?

The Unicode character 𡞟 U+2179F 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+2179F.

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!