C:
char c = '\u6379';
printf("%c\n", c); // Output: 捹
JavaScript:
const char = '\u6379';
console.log(char); // Output: 捹
Java:
char c = '\u6379';
System.out.println(c); // Output: 捹
JSON:
{"text": "\u6379"} // Value: 捹
Python:
char = '\u6379'
print(char) # Output: 捹
Perl:
my $char = "\x{6379}";
print $char; # Output: 捹
PHP:
$char = "\x{6379}";
echo $char; // Output: 捹
Ruby:
char = "\u{6379}"
puts char # Output: 捹
Rust:
let c = '\u{6379}';
println!("{}", c); // Output: 捹
Go:
char := '\u6379'
fmt.Printf("%c\n", char) // Output: 捹
CSS:
/* CSS content property */
.element::before {
content: "\006379"; /* 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%B9
MD5:
44d40050d0951f346e745384135c18ef
SHA1:
5843b6be45178bf4e7e507e88545fa5c66439fca
Base64:
5o25