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