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