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

What is Unicode character 𣺟?

The Unicode character 𣺟 U+23E9F 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+23E9F.

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!