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