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