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

What is Unicode character 𣂙?

The Unicode character 𣂙 U+23099 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+23099.

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!