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