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

What is Unicode character 𢯳?

The Unicode character 𢯳 U+22BF3 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+22BF3.

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!