C:
char c = '\uAE9E';
printf("%c\n", c); // Output: 꺞
JavaScript:
const char = '\uAE9E';
console.log(char); // Output: 꺞
Java:
char c = '\uAE9E';
System.out.println(c); // Output: 꺞
JSON:
{"text": "\uAE9E"} // Value: 꺞
Python:
char = '\uAE9E'
print(char) # Output: 꺞
Perl:
my $char = "\x{AE9E}";
print $char; # Output: 꺞
PHP:
$char = "\x{AE9E}";
echo $char; // Output: 꺞
Ruby:
char = "\u{AE9E}"
puts char # Output: 꺞
Rust:
let c = '\u{AE9E}';
println!("{}", c); // Output: 꺞
Go:
char := '\uAE9E'
fmt.Printf("%c\n", char) // Output: 꺞
CSS:
/* CSS content property */
.element::before {
content: "\00AE9E"; /* 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=%EA%BA%9E
MD5:
45d8aa1ef92e6269973eb71c52eaf1c9
SHA1:
884994b6773ef0bd02eb746d7bf9c28b886b5dac
Base64:
6rqe