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