C:
char c = '\u76B0';
printf("%c\n", c); // Output: 皰
JavaScript:
const char = '\u76B0';
console.log(char); // Output: 皰
Java:
char c = '\u76B0';
System.out.println(c); // Output: 皰
JSON:
{"text": "\u76B0"} // Value: 皰
Python:
char = '\u76B0'
print(char) # Output: 皰
Perl:
my $char = "\x{76B0}";
print $char; # Output: 皰
PHP:
$char = "\x{76B0}";
echo $char; // Output: 皰
Ruby:
char = "\u{76B0}"
puts char # Output: 皰
Rust:
let c = '\u{76B0}';
println!("{}", c); // Output: 皰
Go:
char := '\u76B0'
fmt.Printf("%c\n", char) // Output: 皰
CSS:
/* CSS content property */
.element::before {
content: "\0076B0"; /* 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=%E7%9A%B0
MD5:
67bf349ee3a9e87e9b9a6a2c7f4bb0aa
SHA1:
f1925a5b90b81130f9f9ce96a30bfcad8b3e0ce8
Base64:
55qw