C:
char c = '\u7980';
printf("%c\n", c); // Output: 禀
JavaScript:
const char = '\u7980';
console.log(char); // Output: 禀
Java:
char c = '\u7980';
System.out.println(c); // Output: 禀
JSON:
{"text": "\u7980"} // Value: 禀
Python:
char = '\u7980'
print(char) # Output: 禀
Perl:
my $char = "\x{7980}";
print $char; # Output: 禀
PHP:
$char = "\x{7980}";
echo $char; // Output: 禀
Ruby:
char = "\u{7980}"
puts char # Output: 禀
Rust:
let c = '\u{7980}';
println!("{}", c); // Output: 禀
Go:
char := '\u7980'
fmt.Printf("%c\n", char) // Output: 禀
CSS:
/* CSS content property */
.element::before {
content: "\007980"; /* 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%A6%80
MD5:
ee01f4df5b4b14d195698b643f55940f
SHA1:
64e0c9dfc86732ba702690ef6f88c23ccaccf3ba
Base64:
56aA