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

What is Unicode character 𢵩?

The Unicode character 𢵩 U+22D69 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+22D69.

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!