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

What is Unicode character 𦉛?

The Unicode character 𦉛 U+2625B 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+2625B.

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!