C:
char c = '\u6415';
printf("%c\n", c); // Output: 搕
JavaScript:
const char = '\u6415';
console.log(char); // Output: 搕
Java:
char c = '\u6415';
System.out.println(c); // Output: 搕
JSON:
{"text": "\u6415"} // Value: 搕
Python:
char = '\u6415'
print(char) # Output: 搕
Perl:
my $char = "\x{6415}";
print $char; # Output: 搕
PHP:
$char = "\x{6415}";
echo $char; // Output: 搕
Ruby:
char = "\u{6415}"
puts char # Output: 搕
Rust:
let c = '\u{6415}';
println!("{}", c); // Output: 搕
Go:
char := '\u6415'
fmt.Printf("%c\n", char) // Output: 搕
CSS:
/* CSS content property */
.element::before {
content: "\006415"; /* 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=%E6%90%95
MD5:
f7e239c25a4ad037eb5e4122c24d5471
SHA1:
0f686f4b70d17e17cf5a51504d046084387d07df
Base64:
5pCV