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