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