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

What is Unicode character 𣡹?

The Unicode character 𣡹 U+23879 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+23879.

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!