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