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

What is Unicode character 𣀹?

The Unicode character 𣀹 U+23039 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+23039.

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!