C:
char c = '\u640A';
printf("%c\n", c); // Output: 搊
JavaScript:
const char = '\u640A';
console.log(char); // Output: 搊
Java:
char c = '\u640A';
System.out.println(c); // Output: 搊
JSON:
{"text": "\u640A"} // Value: 搊
Python:
char = '\u640A'
print(char) # Output: 搊
Perl:
my $char = "\x{640A}";
print $char; # Output: 搊
PHP:
$char = "\x{640A}";
echo $char; // Output: 搊
Ruby:
char = "\u{640A}"
puts char # Output: 搊
Rust:
let c = '\u{640A}';
println!("{}", c); // Output: 搊
Go:
char := '\u640A'
fmt.Printf("%c\n", char) // Output: 搊
CSS:
/* CSS content property */
.element::before {
content: "\00640A"; /* 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%8A
MD5:
3f3c070d5ddb4fea79d1c649c6d80a6b
SHA1:
685acb1b65022904e1e2ce2ef57e75170fe374a4
Base64:
5pCK