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