Unicode Finder

"構" U+69CB(CJK UNIFIED IDEOGRAPH-69CB)

U+69CB
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-69CB

Programming

C
\u69CB
JavaScript
\u69CB
Java
\u69CB
Json
\u69CB
Python
\u69CB
Perl
\x{69CB}
PHP
\x{69CB}
Ruby
\u{69CB}
Rust
\u{69CB}
Go
\u69CB

Web

CSS
\0069CB
HtmlDecimal
構
HtmlHexadecimal
構
Url
%E6%A7%8B

Code

MD5
a6173b5258371ecb1d341ec501b257e4
Sha1
26f3f4e9a1b4c781b5d11966a5d838da1cfc0b6f
Base64
5qeL

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u69CB';
console.log(char);  // Output: 構

Java:

char c = '\u69CB';
System.out.println(c);  // Output: 構

JSON:

{"text": "\u69CB"}  // Value: 構

Python:

char = '\u69CB'
print(char)  # Output: 構

Perl:

my $char = "\x{69CB}";
print $char;  # Output: 構

PHP:

$char = "\x{69CB}";
echo $char;  // Output: 構

Ruby:

char = "\u{69CB}"
puts char  # Output: 構

Rust:

let c = '\u{69CB}';
println!("{}", c);  // Output: 構

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0069CB";  /* Display: 構 */
}

HTML Decimal:

<p>HTML decimal: &#27083;</p>  <!-- Display: 構 -->

HTML Hexadecimal:

<p>HTML hex: &#x69CB;</p>  <!-- Display: 構 -->

URL Encoding:

// 構 URL encoding
https://unicodefinder.com/search.php?query=%E6%A7%8B

Encodings

MD5:

a6173b5258371ecb1d341ec501b257e4

SHA1:

26f3f4e9a1b4c781b5d11966a5d838da1cfc0b6f

Base64:

5qeL