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

What is Unicode character 𬟳?

The Unicode character 𬟳 U+2C7F3 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C7F3.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!