C:
char c = '\u6358';
printf("%c\n", c); // Output: 捘
JavaScript:
const char = '\u6358';
console.log(char); // Output: 捘
Java:
char c = '\u6358';
System.out.println(c); // Output: 捘
JSON:
{"text": "\u6358"} // Value: 捘
Python:
char = '\u6358'
print(char) # Output: 捘
Perl:
my $char = "\x{6358}";
print $char; # Output: 捘
PHP:
$char = "\x{6358}";
echo $char; // Output: 捘
Ruby:
char = "\u{6358}"
puts char # Output: 捘
Rust:
let c = '\u{6358}';
println!("{}", c); // Output: 捘
Go:
char := '\u6358'
fmt.Printf("%c\n", char) // Output: 捘
CSS:
/* CSS content property */
.element::before {
content: "\006358"; /* 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%98
MD5:
387a9cbe3b58ce7dcd552e10bf557660
SHA1:
14a5d6ec00ecb14e65094b5a40edb4fd8165f762
Base64:
5o2Y