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

What is Unicode character 𧊟?

The Unicode character 𧊟 U+2729F 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+2729F.

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!