C:
char c = '\uC590';
printf("%c\n", c); // Output: 얐
JavaScript:
const char = '\uC590';
console.log(char); // Output: 얐
Java:
char c = '\uC590';
System.out.println(c); // Output: 얐
JSON:
{"text": "\uC590"} // Value: 얐
Python:
char = '\uC590'
print(char) # Output: 얐
Perl:
my $char = "\x{C590}";
print $char; # Output: 얐
PHP:
$char = "\x{C590}";
echo $char; // Output: 얐
Ruby:
char = "\u{C590}"
puts char # Output: 얐
Rust:
let c = '\u{C590}';
println!("{}", c); // Output: 얐
Go:
char := '\uC590'
fmt.Printf("%c\n", char) // Output: 얐
CSS:
/* CSS content property */
.element::before {
content: "\00C590"; /* 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=%EC%96%90
MD5:
492048e222b25e3b4e840ed3ed1c1c21
SHA1:
0aaa94cbe2f030705ed07813ac72ae3b487fc9f0
Base64:
7JaQ