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>&#140717;</p>
📋
CSS .selector { content: '\225AD' };
📋
JS var unicodeA = '\u225AD ';
📋
CPP char unicodeA = ' \u225AD ';
📋
Java char unicodeA = '\u225AD';
📋
Python unicodeA = '\u225AD'
📋

What is Unicode character 𢖭?

The Unicode character 𢖭 U+225AD 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+225AD.

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!