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

What is Unicode character 𬹩?

The Unicode character 𬹩 U+2CE69 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+2CE69.

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!