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