C:
char c = '\u5D7B';
printf("%c\n", c); // Output: 嵻
JavaScript:
const char = '\u5D7B';
console.log(char); // Output: 嵻
Java:
char c = '\u5D7B';
System.out.println(c); // Output: 嵻
JSON:
{"text": "\u5D7B"} // Value: 嵻
Python:
char = '\u5D7B'
print(char) # Output: 嵻
Perl:
my $char = "\x{5D7B}";
print $char; # Output: 嵻
PHP:
$char = "\x{5D7B}";
echo $char; // Output: 嵻
Ruby:
char = "\u{5D7B}"
puts char # Output: 嵻
Rust:
let c = '\u{5D7B}';
println!("{}", c); // Output: 嵻
Go:
char := '\u5D7B'
fmt.Printf("%c\n", char) // Output: 嵻
CSS:
/* CSS content property */
.element::before {
content: "\005D7B"; /* 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=%E5%B5%BB
MD5:
891d70ad322a68029cd3be840cdd3af1
SHA1:
5a56cfd687fbb5a58302f824ddde369ec531336d
Base64:
5bW7