Unicode Finder

"戸" U+6238(CJK UNIFIED IDEOGRAPH-6238)

U+6238
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-6238

Programming

C
\u6238
JavaScript
\u6238
Java
\u6238
Json
\u6238
Python
\u6238
Perl
\x{6238}
PHP
\x{6238}
Ruby
\u{6238}
Rust
\u{6238}
Go
\u6238

Web

CSS
\006238
HtmlDecimal
戸
HtmlHexadecimal
戸
Url
%E6%88%B8

Code

MD5
234aadc4915a858d6bb2c3802f04aa82
Sha1
43a2881b467b11b0af2c475b8b71cfc260f59d4b
Base64
5oi4

使用示例

Programming Languages

C:

char c = '\u6238';
printf("%c\n", c);  // Output: 戸

JavaScript:

const char = '\u6238';
console.log(char);  // Output: 戸

Java:

char c = '\u6238';
System.out.println(c);  // Output: 戸

JSON:

{"text": "\u6238"}  // Value: 戸

Python:

char = '\u6238'
print(char)  # Output: 戸

Perl:

my $char = "\x{6238}";
print $char;  # Output: 戸

PHP:

$char = "\x{6238}";
echo $char;  // Output: 戸

Ruby:

char = "\u{6238}"
puts char  # Output: 戸

Rust:

let c = '\u{6238}';
println!("{}", c);  // Output: 戸

Go:

char := '\u6238'
fmt.Printf("%c\n", char)  // Output: 戸

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006238";  /* Display: 戸 */
}

HTML Decimal:

<p>HTML decimal: &#25144;</p>  <!-- Display: 戸 -->

HTML Hexadecimal:

<p>HTML hex: &#x6238;</p>  <!-- Display: 戸 -->

URL Encoding:

// 戸 URL encoding
https://unicodefinder.com/search.php?query=%E6%88%B8

Encodings

MD5:

234aadc4915a858d6bb2c3802f04aa82

SHA1:

43a2881b467b11b0af2c475b8b71cfc260f59d4b

Base64:

5oi4