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

What is Unicode character 𣝪?

The Unicode character 𣝪 U+2376A 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+2376A.

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!