C:
char c = '\u7875';
printf("%c\n", c); // Output: 硵
JavaScript:
const char = '\u7875';
console.log(char); // Output: 硵
Java:
char c = '\u7875';
System.out.println(c); // Output: 硵
JSON:
{"text": "\u7875"} // Value: 硵
Python:
char = '\u7875'
print(char) # Output: 硵
Perl:
my $char = "\x{7875}";
print $char; # Output: 硵
PHP:
$char = "\x{7875}";
echo $char; // Output: 硵
Ruby:
char = "\u{7875}"
puts char # Output: 硵
Rust:
let c = '\u{7875}';
println!("{}", c); // Output: 硵
Go:
char := '\u7875'
fmt.Printf("%c\n", char) // Output: 硵
CSS:
/* CSS content property */
.element::before {
content: "\007875"; /* 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%B5
MD5:
6716defac603e4945fe3b0e427669ff1
SHA1:
c2bc0cc82ba12c26dbc50fcd7057e723c15d9aed
Base64:
56G1