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

What is Unicode character 𣟙?

The Unicode character 𣟙 U+237D9 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+237D9.

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!