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