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

What is Unicode character 𢯕?

The Unicode character 𢯕 U+22BD5 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+22BD5.

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!