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