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