C:
char c = '\uC78F';
printf("%c\n", c); // Output: 잏
JavaScript:
const char = '\uC78F';
console.log(char); // Output: 잏
Java:
char c = '\uC78F';
System.out.println(c); // Output: 잏
JSON:
{"text": "\uC78F"} // Value: 잏
Python:
char = '\uC78F'
print(char) # Output: 잏
Perl:
my $char = "\x{C78F}";
print $char; # Output: 잏
PHP:
$char = "\x{C78F}";
echo $char; // Output: 잏
Ruby:
char = "\u{C78F}"
puts char # Output: 잏
Rust:
let c = '\u{C78F}';
println!("{}", c); // Output: 잏
Go:
char := '\uC78F'
fmt.Printf("%c\n", char) // Output: 잏
CSS:
/* CSS content property */
.element::before {
content: "\00C78F"; /* 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%8F
MD5:
14547a99f181a8729555f22e8eff35c3
SHA1:
940b9c02f16d142988b0275ea48fcb3b1331173a
Base64:
7J6P