C:
char c = '\uAEB2';
printf("%c\n", c); // Output: 꺲
JavaScript:
const char = '\uAEB2';
console.log(char); // Output: 꺲
Java:
char c = '\uAEB2';
System.out.println(c); // Output: 꺲
JSON:
{"text": "\uAEB2"} // Value: 꺲
Python:
char = '\uAEB2'
print(char) # Output: 꺲
Perl:
my $char = "\x{AEB2}";
print $char; # Output: 꺲
PHP:
$char = "\x{AEB2}";
echo $char; // Output: 꺲
Ruby:
char = "\u{AEB2}"
puts char # Output: 꺲
Rust:
let c = '\u{AEB2}';
println!("{}", c); // Output: 꺲
Go:
char := '\uAEB2'
fmt.Printf("%c\n", char) // Output: 꺲
CSS:
/* CSS content property */
.element::before {
content: "\00AEB2"; /* 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%B2
MD5:
8636956334cc742005a4894e94f69401
SHA1:
425c8adcc0ec71e1c88b24dc1fdfbbc021b247e0
Base64:
6rqy