C:
char c = '\u605D';
printf("%c\n", c); // Output: 恝
JavaScript:
const char = '\u605D';
console.log(char); // Output: 恝
Java:
char c = '\u605D';
System.out.println(c); // Output: 恝
JSON:
{"text": "\u605D"} // Value: 恝
Python:
char = '\u605D'
print(char) # Output: 恝
Perl:
my $char = "\x{605D}";
print $char; # Output: 恝
PHP:
$char = "\x{605D}";
echo $char; // Output: 恝
Ruby:
char = "\u{605D}"
puts char # Output: 恝
Rust:
let c = '\u{605D}';
println!("{}", c); // Output: 恝
Go:
char := '\u605D'
fmt.Printf("%c\n", char) // Output: 恝
CSS:
/* CSS content property */
.element::before {
content: "\00605D"; /* 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%81%9D
MD5:
cfcb8efc49c50d624c5cb9283f1b020c
SHA1:
4415bae677c1270f877b406c07cebf5a7f0f06c4
Base64:
5oGd