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