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