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