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