C:
char c = '\u7077';
printf("%c\n", c); // Output: 灷
JavaScript:
const char = '\u7077';
console.log(char); // Output: 灷
Java:
char c = '\u7077';
System.out.println(c); // Output: 灷
JSON:
{"text": "\u7077"} // Value: 灷
Python:
char = '\u7077'
print(char) # Output: 灷
Perl:
my $char = "\x{7077}";
print $char; # Output: 灷
PHP:
$char = "\x{7077}";
echo $char; // Output: 灷
Ruby:
char = "\u{7077}"
puts char # Output: 灷
Rust:
let c = '\u{7077}';
println!("{}", c); // Output: 灷
Go:
char := '\u7077'
fmt.Printf("%c\n", char) // Output: 灷
CSS:
/* CSS content property */
.element::before {
content: "\007077"; /* 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%81%B7
MD5:
aee265fc26008f19a4c12166d9ddfab3
SHA1:
da2b9c7fb396662218173663af2d2321f33b603c
Base64:
54G3