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