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