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