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