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