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