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