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