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