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