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