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