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

What is Unicode character 𢼵?

The Unicode character 𢼵 U+22F35 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+22F35.

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!