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

What is Unicode character 𣝰?

The Unicode character 𣝰 U+23770 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+23770.

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!