C:
char c = '\u672A';
printf("%c\n", c); // Output: 未
JavaScript:
const char = '\u672A';
console.log(char); // Output: 未
Java:
char c = '\u672A';
System.out.println(c); // Output: 未
JSON:
{"text": "\u672A"} // Value: 未
Python:
char = '\u672A'
print(char) # Output: 未
Perl:
my $char = "\x{672A}";
print $char; # Output: 未
PHP:
$char = "\x{672A}";
echo $char; // Output: 未
Ruby:
char = "\u{672A}"
puts char # Output: 未
Rust:
let c = '\u{672A}';
println!("{}", c); // Output: 未
Go:
char := '\u672A'
fmt.Printf("%c\n", char) // Output: 未
CSS:
/* CSS content property */
.element::before {
content: "\00672A"; /* 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=%E6%9C%AA
MD5:
401edd87c235f320839a8ac40cef8406
SHA1:
3a840de410feb60aea6bc0fd55ac5ed3a75c6996
Base64:
5pyq