C:
char c = '\u62A2';
printf("%c\n", c); // Output: 抢
JavaScript:
const char = '\u62A2';
console.log(char); // Output: 抢
Java:
char c = '\u62A2';
System.out.println(c); // Output: 抢
JSON:
{"text": "\u62A2"} // Value: 抢
Python:
char = '\u62A2'
print(char) # Output: 抢
Perl:
my $char = "\x{62A2}";
print $char; # Output: 抢
PHP:
$char = "\x{62A2}";
echo $char; // Output: 抢
Ruby:
char = "\u{62A2}"
puts char # Output: 抢
Rust:
let c = '\u{62A2}';
println!("{}", c); // Output: 抢
Go:
char := '\u62A2'
fmt.Printf("%c\n", char) // Output: 抢
CSS:
/* CSS content property */
.element::before {
content: "\0062A2"; /* 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%8A%A2
MD5:
2ba39f27831a81b63ad77ca2e2bb6fdb
SHA1:
83dfeb0686ebd5ac747a434eaeeeded396b74e37
Base64:
5oqi