C:
char c = '\u6939';
printf("%c\n", c); // Output: 椹
JavaScript:
const char = '\u6939';
console.log(char); // Output: 椹
Java:
char c = '\u6939';
System.out.println(c); // Output: 椹
JSON:
{"text": "\u6939"} // Value: 椹
Python:
char = '\u6939'
print(char) # Output: 椹
Perl:
my $char = "\x{6939}";
print $char; # Output: 椹
PHP:
$char = "\x{6939}";
echo $char; // Output: 椹
Ruby:
char = "\u{6939}"
puts char # Output: 椹
Rust:
let c = '\u{6939}';
println!("{}", c); // Output: 椹
Go:
char := '\u6939'
fmt.Printf("%c\n", char) // Output: 椹
CSS:
/* CSS content property */
.element::before {
content: "\006939"; /* 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%A4%B9
MD5:
9a0c433142790e373c000f5c202fe608
SHA1:
9f35e06dc4384a9495543a8276bea7289ed91b5a
Base64:
5qS5