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