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