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