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