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