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>&#164447;</p>
📋
CSS .selector { content: '\2825F' };
📋
JS var unicodeA = '\u2825F ';
📋
CPP char unicodeA = ' \u2825F ';
📋
Java char unicodeA = '\u2825F';
📋
Python unicodeA = '\u2825F'
📋

What is Unicode character 𨉟?

The Unicode character 𨉟 U+2825F 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+2825F.

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!