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

What is Unicode character 𢼻?

The Unicode character 𢼻 U+22F3B 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+22F3B.

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!