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>&#156253;</p>
📋
CSS .selector { content: '\2625D' };
📋
JS var unicodeA = '\u2625D ';
📋
CPP char unicodeA = ' \u2625D ';
📋
Java char unicodeA = '\u2625D';
📋
Python unicodeA = '\u2625D'
📋

What is Unicode character 𦉝?

The Unicode character 𦉝 U+2625D 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+2625D.

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!