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

What is Unicode character 𢣚?

The Unicode character 𢣚 U+228DA 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+228DA.

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!