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