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