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