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