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