C:
char c = '\uAC4F';
printf("%c\n", c); // Output: 걏
JavaScript:
const char = '\uAC4F';
console.log(char); // Output: 걏
Java:
char c = '\uAC4F';
System.out.println(c); // Output: 걏
JSON:
{"text": "\uAC4F"} // Value: 걏
Python:
char = '\uAC4F'
print(char) # Output: 걏
Perl:
my $char = "\x{AC4F}";
print $char; # Output: 걏
PHP:
$char = "\x{AC4F}";
echo $char; // Output: 걏
Ruby:
char = "\u{AC4F}"
puts char # Output: 걏
Rust:
let c = '\u{AC4F}';
println!("{}", c); // Output: 걏
Go:
char := '\uAC4F'
fmt.Printf("%c\n", char) // Output: 걏
CSS:
/* CSS content property */
.element::before {
content: "\00AC4F"; /* 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%B1%8F
MD5:
167eaf612aea73ea139409ba9aa8cb7e
SHA1:
57583cb300cf38f97a4c4b90ce1f8fcaaf3f0b33
Base64:
6rGP