C:
char c = '\uAFB5';
printf("%c\n", c); // Output: 꾵
JavaScript:
const char = '\uAFB5';
console.log(char); // Output: 꾵
Java:
char c = '\uAFB5';
System.out.println(c); // Output: 꾵
JSON:
{"text": "\uAFB5"} // Value: 꾵
Python:
char = '\uAFB5'
print(char) # Output: 꾵
Perl:
my $char = "\x{AFB5}";
print $char; # Output: 꾵
PHP:
$char = "\x{AFB5}";
echo $char; // Output: 꾵
Ruby:
char = "\u{AFB5}"
puts char # Output: 꾵
Rust:
let c = '\u{AFB5}';
println!("{}", c); // Output: 꾵
Go:
char := '\uAFB5'
fmt.Printf("%c\n", char) // Output: 꾵
CSS:
/* CSS content property */
.element::before {
content: "\00AFB5"; /* 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%BE%B5
MD5:
6a2eb6ec9a41b3d3b5e97d9fffad7937
SHA1:
75aea59c10a006db7bd76830980d7b9096f5ba7e
Base64:
6r61