C:
char c = '\u6352';
printf("%c\n", c); // Output: 捒
JavaScript:
const char = '\u6352';
console.log(char); // Output: 捒
Java:
char c = '\u6352';
System.out.println(c); // Output: 捒
JSON:
{"text": "\u6352"} // Value: 捒
Python:
char = '\u6352'
print(char) # Output: 捒
Perl:
my $char = "\x{6352}";
print $char; # Output: 捒
PHP:
$char = "\x{6352}";
echo $char; // Output: 捒
Ruby:
char = "\u{6352}"
puts char # Output: 捒
Rust:
let c = '\u{6352}';
println!("{}", c); // Output: 捒
Go:
char := '\u6352'
fmt.Printf("%c\n", char) // Output: 捒
CSS:
/* CSS content property */
.element::before {
content: "\006352"; /* 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%92
MD5:
5c98a4127e4922b123a86459bf8c5f31
SHA1:
f629a3e23bbcf7b4f8c0d662ae66fcea80725632
Base64:
5o2S