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

What is Unicode character 𣎀?

The Unicode character 𣎀 U+23380 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+23380.

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!