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