C:
char c = '\u84B7';
printf("%c\n", c); // Output: 蒷
JavaScript:
const char = '\u84B7';
console.log(char); // Output: 蒷
Java:
char c = '\u84B7';
System.out.println(c); // Output: 蒷
JSON:
{"text": "\u84B7"} // Value: 蒷
Python:
char = '\u84B7'
print(char) # Output: 蒷
Perl:
my $char = "\x{84B7}";
print $char; # Output: 蒷
PHP:
$char = "\x{84B7}";
echo $char; // Output: 蒷
Ruby:
char = "\u{84B7}"
puts char # Output: 蒷
Rust:
let c = '\u{84B7}';
println!("{}", c); // Output: 蒷
Go:
char := '\u84B7'
fmt.Printf("%c\n", char) // Output: 蒷
CSS:
/* CSS content property */
.element::before {
content: "\0084B7"; /* Display: 蒷 */
}
HTML Decimal:
<p>HTML decimal: 蒷</p> <!-- Display: 蒷 -->
HTML Hexadecimal:
<p>HTML hex: 蒷</p> <!-- Display: 蒷 -->
URL Encoding:
// 蒷 URL encoding
https://unicodefinder.com/search.php?query=%E8%92%B7
MD5:
d61b981cf6ce4be3397aeb56f86bde78
SHA1:
da1d070c1d7b7f42b8d5fd317bbf6cdfd63ede9c
Base64:
6JK3