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