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