C:
char c = '\u70BB';
printf("%c\n", c); // Output: 炻
JavaScript:
const char = '\u70BB';
console.log(char); // Output: 炻
Java:
char c = '\u70BB';
System.out.println(c); // Output: 炻
JSON:
{"text": "\u70BB"} // Value: 炻
Python:
char = '\u70BB'
print(char) # Output: 炻
Perl:
my $char = "\x{70BB}";
print $char; # Output: 炻
PHP:
$char = "\x{70BB}";
echo $char; // Output: 炻
Ruby:
char = "\u{70BB}"
puts char # Output: 炻
Rust:
let c = '\u{70BB}';
println!("{}", c); // Output: 炻
Go:
char := '\u70BB'
fmt.Printf("%c\n", char) // Output: 炻
CSS:
/* CSS content property */
.element::before {
content: "\0070BB"; /* 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=%E7%82%BB
MD5:
c0521189a85f90f1ab452aadde96746a
SHA1:
12a50a3254304861ffba2c3488cfcf81f5f6450c
Base64:
54K7