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