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

What is Unicode character 𢗅?

The Unicode character 𢗅 U+225C5 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+225C5.

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!