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