C:
char c = '\uC78A';
printf("%c\n", c); // Output: 잊
JavaScript:
const char = '\uC78A';
console.log(char); // Output: 잊
Java:
char c = '\uC78A';
System.out.println(c); // Output: 잊
JSON:
{"text": "\uC78A"} // Value: 잊
Python:
char = '\uC78A'
print(char) # Output: 잊
Perl:
my $char = "\x{C78A}";
print $char; # Output: 잊
PHP:
$char = "\x{C78A}";
echo $char; // Output: 잊
Ruby:
char = "\u{C78A}"
puts char # Output: 잊
Rust:
let c = '\u{C78A}';
println!("{}", c); // Output: 잊
Go:
char := '\uC78A'
fmt.Printf("%c\n", char) // Output: 잊
CSS:
/* CSS content property */
.element::before {
content: "\00C78A"; /* 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%9E%8A
MD5:
365dd5ba715efe0eb0ee8c74e9a7492a
SHA1:
e80565387057cfc89b20f479916b7bffe75d7969
Base64:
7J6K