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

What is Unicode character 𦞟?

The Unicode character 𦞟 U+2679F 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+2679F.

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!