C:
char c = '\u7878';
printf("%c\n", c); // Output: 硸
JavaScript:
const char = '\u7878';
console.log(char); // Output: 硸
Java:
char c = '\u7878';
System.out.println(c); // Output: 硸
JSON:
{"text": "\u7878"} // Value: 硸
Python:
char = '\u7878'
print(char) # Output: 硸
Perl:
my $char = "\x{7878}";
print $char; # Output: 硸
PHP:
$char = "\x{7878}";
echo $char; // Output: 硸
Ruby:
char = "\u{7878}"
puts char # Output: 硸
Rust:
let c = '\u{7878}';
println!("{}", c); // Output: 硸
Go:
char := '\u7878'
fmt.Printf("%c\n", char) // Output: 硸
CSS:
/* CSS content property */
.element::before {
content: "\007878"; /* 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%A1%B8
MD5:
db520953e11ad39487dcefac7d0ab3df
SHA1:
f77f858107c56bd12a5a2488be64b6530c071e9a
Base64:
56G4