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