Unicode Finder

"设" U+8BBE(CJK UNIFIED IDEOGRAPH-8BBE)

U+8BBE
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-8BBE

Programming

C
\u8BBE
JavaScript
\u8BBE
Java
\u8BBE
Json
\u8BBE
Python
\u8BBE
Perl
\x{8BBE}
PHP
\x{8BBE}
Ruby
\u{8BBE}
Rust
\u{8BBE}
Go
\u8BBE

Web

CSS
\008BBE
HtmlDecimal
设
HtmlHexadecimal
设
Url
%E8%AE%BE

Code

MD5
a4e6264f128cbb271441fe997ed929a6
Sha1
ebbdf13fa650eb8dfed3ee4f9e9f439f379c31a2
Base64
6K6+

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8BBE';
console.log(char);  // Output: 设

Java:

char c = '\u8BBE';
System.out.println(c);  // Output: 设

JSON:

{"text": "\u8BBE"}  // Value: 设

Python:

char = '\u8BBE'
print(char)  # Output: 设

Perl:

my $char = "\x{8BBE}";
print $char;  # Output: 设

PHP:

$char = "\x{8BBE}";
echo $char;  // Output: 设

Ruby:

char = "\u{8BBE}"
puts char  # Output: 设

Rust:

let c = '\u{8BBE}';
println!("{}", c);  // Output: 设

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008BBE";  /* Display: 设 */
}

HTML Decimal:

<p>HTML decimal: &#35774;</p>  <!-- Display: 设 -->

HTML Hexadecimal:

<p>HTML hex: &#x8BBE;</p>  <!-- Display: 设 -->

URL Encoding:

// 设 URL encoding
https://unicodefinder.com/search.php?query=%E8%AE%BE

Encodings

MD5:

a4e6264f128cbb271441fe997ed929a6

SHA1:

ebbdf13fa650eb8dfed3ee4f9e9f439f379c31a2

Base64:

6K6+