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

What is Unicode character 𣶹?

The Unicode character 𣶹 U+23DB9 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+23DB9.

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!