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