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

What is Unicode character 𰬛?

The Unicode character 𰬛 U+30B1B 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+30B1B.

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!