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

What is Unicode character 𢤵?

The Unicode character 𢤵 U+22935 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+22935.

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!