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