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

What is Unicode character 𬝩?

The Unicode character 𬝩 U+2C769 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+2C769.

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!