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