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

What is Unicode character 𬛓?

The Unicode character 𬛓 U+2C6D3 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+2C6D3.

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!