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

What is Unicode character 𣁹?

The Unicode character 𣁹 U+23079 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+23079.

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!