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