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

What is Unicode character 𰢹?

The Unicode character 𰢹 U+308B9 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+308B9.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!