C:
char c = '\u6439';
printf("%c\n", c); // Output: 搹
JavaScript:
const char = '\u6439';
console.log(char); // Output: 搹
Java:
char c = '\u6439';
System.out.println(c); // Output: 搹
JSON:
{"text": "\u6439"} // Value: 搹
Python:
char = '\u6439'
print(char) # Output: 搹
Perl:
my $char = "\x{6439}";
print $char; # Output: 搹
PHP:
$char = "\x{6439}";
echo $char; // Output: 搹
Ruby:
char = "\u{6439}"
puts char # Output: 搹
Rust:
let c = '\u{6439}';
println!("{}", c); // Output: 搹
Go:
char := '\u6439'
fmt.Printf("%c\n", char) // Output: 搹
CSS:
/* CSS content property */
.element::before {
content: "\006439"; /* 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%B9
MD5:
cc7742e3990d28b554b8c94e64be7615
SHA1:
1e80d994df4f7b19f28bb0ed210e163c8e64bd2e
Base64:
5pC5