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