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

What is Unicode character 𬚝?

The Unicode character 𬚝 U+2C69D 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+2C69D.

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!