C:
char c = '\u893A';
printf("%c\n", c); // Output: 褺
JavaScript:
const char = '\u893A';
console.log(char); // Output: 褺
Java:
char c = '\u893A';
System.out.println(c); // Output: 褺
JSON:
{"text": "\u893A"} // Value: 褺
Python:
char = '\u893A'
print(char) # Output: 褺
Perl:
my $char = "\x{893A}";
print $char; # Output: 褺
PHP:
$char = "\x{893A}";
echo $char; // Output: 褺
Ruby:
char = "\u{893A}"
puts char # Output: 褺
Rust:
let c = '\u{893A}';
println!("{}", c); // Output: 褺
Go:
char := '\u893A'
fmt.Printf("%c\n", char) // Output: 褺
CSS:
/* CSS content property */
.element::before {
content: "\00893A"; /* 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=%E8%A4%BA
MD5:
2e602433d8e751fc1ad2777c81a16c24
SHA1:
626c535a9c0dd075271d2af3006d75e407996a0c
Base64:
6KS6