C:
char c = '\u6365';
printf("%c\n", c); // Output: 捥
JavaScript:
const char = '\u6365';
console.log(char); // Output: 捥
Java:
char c = '\u6365';
System.out.println(c); // Output: 捥
JSON:
{"text": "\u6365"} // Value: 捥
Python:
char = '\u6365'
print(char) # Output: 捥
Perl:
my $char = "\x{6365}";
print $char; # Output: 捥
PHP:
$char = "\x{6365}";
echo $char; // Output: 捥
Ruby:
char = "\u{6365}"
puts char # Output: 捥
Rust:
let c = '\u{6365}';
println!("{}", c); // Output: 捥
Go:
char := '\u6365'
fmt.Printf("%c\n", char) // Output: 捥
CSS:
/* CSS content property */
.element::before {
content: "\006365"; /* 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%8D%A5
MD5:
7eec7448aed03da47dfb9ca4a8a98c68
SHA1:
e23161de212acb2b2564ab4663780f6b9b44deea
Base64:
5o2l