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