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