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

What is Unicode character 𢼰?

The Unicode character 𢼰 U+22F30 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+22F30.

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!