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>&#142953;</p>
📋
CSS .selector { content: '\22E69' };
📋
JS var unicodeA = '\u22E69 ';
📋
CPP char unicodeA = ' \u22E69 ';
📋
Java char unicodeA = '\u22E69';
📋
Python unicodeA = '\u22E69'
📋

What is Unicode character 𢹩?

The Unicode character 𢹩 U+22E69 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22E69.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!