C:
char c = '\u6AC0';
printf("%c\n", c); // Output: 櫀
JavaScript:
const char = '\u6AC0';
console.log(char); // Output: 櫀
Java:
char c = '\u6AC0';
System.out.println(c); // Output: 櫀
JSON:
{"text": "\u6AC0"} // Value: 櫀
Python:
char = '\u6AC0'
print(char) # Output: 櫀
Perl:
my $char = "\x{6AC0}";
print $char; # Output: 櫀
PHP:
$char = "\x{6AC0}";
echo $char; // Output: 櫀
Ruby:
char = "\u{6AC0}"
puts char # Output: 櫀
Rust:
let c = '\u{6AC0}';
println!("{}", c); // Output: 櫀
Go:
char := '\u6AC0'
fmt.Printf("%c\n", char) // Output: 櫀
CSS:
/* CSS content property */
.element::before {
content: "\006AC0"; /* 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%AB%80
MD5:
e65e879c68537737a6652774185d7deb
SHA1:
067738fde0ce726f51e120af467c2874d46d5814
Base64:
5quA