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

What is Unicode character 𬛕?

The Unicode character 𬛕 U+2C6D5 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+2C6D5.

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!