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>&#154412;</p>
📋
CSS .selector { content: '\25B2C' };
📋
JS var unicodeA = '\u25B2C ';
📋
CPP char unicodeA = ' \u25B2C ';
📋
Java char unicodeA = '\u25B2C';
📋
Python unicodeA = '\u25B2C'
📋

What is Unicode character 𥬬?

The Unicode character 𥬬 U+25B2C 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+25B2C.

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!