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>&#141525;</p>
📋
CSS .selector { content: '\228D5' };
📋
JS var unicodeA = '\u228D5 ';
📋
CPP char unicodeA = ' \u228D5 ';
📋
Java char unicodeA = '\u228D5';
📋
Python unicodeA = '\u228D5'
📋

What is Unicode character 𢣕?

The Unicode character 𢣕 U+228D5 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+228D5.

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!