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

What is Unicode character 𢵧?

The Unicode character 𢵧 U+22D67 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+22D67.

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!