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