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

What is Unicode character 𭟏?

The Unicode character 𭟏 U+2D7CF 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+2D7CF.

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!