C:
char c = '\u7874';
printf("%c\n", c); // Output: 硴
JavaScript:
const char = '\u7874';
console.log(char); // Output: 硴
Java:
char c = '\u7874';
System.out.println(c); // Output: 硴
JSON:
{"text": "\u7874"} // Value: 硴
Python:
char = '\u7874'
print(char) # Output: 硴
Perl:
my $char = "\x{7874}";
print $char; # Output: 硴
PHP:
$char = "\x{7874}";
echo $char; // Output: 硴
Ruby:
char = "\u{7874}"
puts char # Output: 硴
Rust:
let c = '\u{7874}';
println!("{}", c); // Output: 硴
Go:
char := '\u7874'
fmt.Printf("%c\n", char) // Output: 硴
CSS:
/* CSS content property */
.element::before {
content: "\007874"; /* 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%B4
MD5:
dcce8451049f40a15ee23b6fe9f2f5ee
SHA1:
24d5e952790481eb97f3d5d9f1b15b76aded9542
Base64:
56G0