Unicode Finder

"寭" U+5BED(CJK UNIFIED IDEOGRAPH-5BED)

U+5BED
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-5BED

Programming

C
\u5BED
JavaScript
\u5BED
Java
\u5BED
Json
\u5BED
Python
\u5BED
Perl
\x{5BED}
PHP
\x{5BED}
Ruby
\u{5BED}
Rust
\u{5BED}
Go
\u5BED

Web

CSS
\005BED
HtmlDecimal
寭
HtmlHexadecimal
寭
Url
%E5%AF%AD

Code

MD5
642d00fdbe747d8946237518c08e4080
Sha1
3d12799a5931ebffaa521835807bf36f3d474025
Base64
5a+t

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u5BED';
console.log(char);  // Output: 寭

Java:

char c = '\u5BED';
System.out.println(c);  // Output: 寭

JSON:

{"text": "\u5BED"}  // Value: 寭

Python:

char = '\u5BED'
print(char)  # Output: 寭

Perl:

my $char = "\x{5BED}";
print $char;  # Output: 寭

PHP:

$char = "\x{5BED}";
echo $char;  // Output: 寭

Ruby:

char = "\u{5BED}"
puts char  # Output: 寭

Rust:

let c = '\u{5BED}';
println!("{}", c);  // Output: 寭

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005BED";  /* Display: 寭 */
}

HTML Decimal:

<p>HTML decimal: &#23533;</p>  <!-- Display: 寭 -->

HTML Hexadecimal:

<p>HTML hex: &#x5BED;</p>  <!-- Display: 寭 -->

URL Encoding:

// 寭 URL encoding
https://unicodefinder.com/search.php?query=%E5%AF%AD

Encodings

MD5:

642d00fdbe747d8946237518c08e4080

SHA1:

3d12799a5931ebffaa521835807bf36f3d474025

Base64:

5a+t

© 2025 Unicode Finder

寭 U+5BED CJK UNIFIED IDEOGRAPH-5BED Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me