C:
char c = '\uC991';
printf("%c\n", c); // Output: 즑
JavaScript:
const char = '\uC991';
console.log(char); // Output: 즑
Java:
char c = '\uC991';
System.out.println(c); // Output: 즑
JSON:
{"text": "\uC991"} // Value: 즑
Python:
char = '\uC991'
print(char) # Output: 즑
Perl:
my $char = "\x{C991}";
print $char; # Output: 즑
PHP:
$char = "\x{C991}";
echo $char; // Output: 즑
Ruby:
char = "\u{C991}"
puts char # Output: 즑
Rust:
let c = '\u{C991}';
println!("{}", c); // Output: 즑
Go:
char := '\uC991'
fmt.Printf("%c\n", char) // Output: 즑
CSS:
/* CSS content property */
.element::before {
content: "\00C991"; /* 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%A6%91
MD5:
881207f8817abbdd87bcaab6d27fb20e
SHA1:
c552e8d52a4d7105d4c6c44c1616b284c811e6d2
Base64:
7KaR