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

What is Unicode character 𣺹?

The Unicode character 𣺹 U+23EB9 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+23EB9.

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!