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