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

What is Unicode character 𢯓?

The Unicode character 𢯓 U+22BD3 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+22BD3.

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!