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