C:
char c = '\u84A7';
printf("%c\n", c); // Output: 蒧
JavaScript:
const char = '\u84A7';
console.log(char); // Output: 蒧
Java:
char c = '\u84A7';
System.out.println(c); // Output: 蒧
JSON:
{"text": "\u84A7"} // Value: 蒧
Python:
char = '\u84A7'
print(char) # Output: 蒧
Perl:
my $char = "\x{84A7}";
print $char; # Output: 蒧
PHP:
$char = "\x{84A7}";
echo $char; // Output: 蒧
Ruby:
char = "\u{84A7}"
puts char # Output: 蒧
Rust:
let c = '\u{84A7}';
println!("{}", c); // Output: 蒧
Go:
char := '\u84A7'
fmt.Printf("%c\n", char) // Output: 蒧
CSS:
/* CSS content property */
.element::before {
content: "\0084A7"; /* 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%A7
MD5:
76fe0cd56c546e5500279fde52aabeb1
SHA1:
49aa11106b2a287f69c52311199b62c7a670d866
Base64:
6JKn